-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 839 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 839 Bytes
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
{
"name": "doa",
"description": "JavaScript class library based on requirejs",
"version": "0.1.1",
"author": "Nicolas Dufreche <n.dufreche@gmail.com>",
"homepage": "https://github.com/devoralive/doa",
"repository": {
"type": "git",
"url": "https://github.com/devoralive/doa.git"
},
"devDependencies": {
"grunt": "*",
"grunt-concat": "^0.1.6",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jasmine": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "^0.6.0",
"grunt-coveralls": "~1.0.0",
"grunt-istanbul-coverage": "*",
"grunt-jslint": "*",
"grunt-template-jasmine-istanbul": "*",
"grunt-template-jasmine-requirejs": "*",
"jasmine-core": "~2.1.3"
},
"scripts": {
"test": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
}
}