-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
{
"name": "grunt-sample",
"version": "0.1.76",
"description": "Grunt sample",
"repository": "git@github.com:DBProductions/grunt-sample.git",
"srcDir": "js/",
"cssDir": "css/",
"specDir": "spec/",
"reportsDir": "reports/",
"coverage": "coverage/",
"docsDir": "docs/",
"releaseDir": "release/",
"files": {
"release/js/user.min.js": [
"js/user.js"
],
"release/js/payment.min.js": [
"js/payment.js"
],
"release/js/Factory.min.js": [
"js/Factory.js"
]
},
"scripts": {
"test": "grunt --verbose"
},
"devDependencies": {
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"grunt": "~1.0.1",
"grunt-complexity": "^1.0.1",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jasmine": "~1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-githooks": "^0.6.0",
"grunt-jscs-checker": "^0.8.1",
"grunt-jsdoc": "^2.1.0",
"grunt-nsp": "^2.3.1",
"grunt-release": "^0.14.0",
"grunt-template-jasmine-istanbul": "^0.5.0"
},
"dependencies": {
"esprima": "^3.1.2"
}
}