-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "webwords",
"version": "0.1.1",
"description": "[![Code Climate](https://codeclimate.com/github/Arthaey/WebWords.png)](https://codeclimate.com/github/Arthaey/WebWords)",
"main": "dist/src.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arthaey/WebWords.git"
},
"author": {
"name": "Arthaey Angosii",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/Arthaey/WebWords/issues"
},
"homepage": "https://github.com/Arthaey/WebWords#readme",
"devDependencies": {
"@kyleramirez/grunt-scp": "github:kyleramirez/grunt-scp",
"browserify-istanbul": "^2.0.0",
"camo-purge": "^1.0.2",
"coveralls": "^3.0.0",
"eslint": "^4.8.0",
"eslint-plugin-security": "^1.4.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-karma": "^2.0.0",
"grunt-karma-coveralls": "^2.5.4",
"grunt-nsp": "^2.3.1",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-html-detailed-reporter": "^1.1.21",
"karma-jasmine": "^1.1.0",
"karma-jasmine-ajax": "^0.1.13",
"karma-spec-reporter": "0.0.31",
"nsp": "^2.8.1"
}
}