-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"name": "yosonjs",
"description": "Lightweight library for manage modular scripts",
"version": "0.0.17-alpha",
"repository": {
"type": "git",
"url": "https://github.com/frontend-labs/yosonjs"
},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "0.4.x",
"grunt-bump": "0.0.16",
"grunt-cli": "0.1.x",
"grunt-complexity": "0.1.x",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.7.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-yuidoc": "~0.5.x",
"grunt-conventional-changelog": "^4.1.0",
"grunt-coveralls": "~1.0.0",
"grunt-exec": "~0.4.0",
"grunt-template-jasmine-istanbul": "~0.3.0",
"grunt-template-jasmine-requirejs": "0.2",
"istanbul": "~0.3.2",
"requirejs": "2.1.10"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt",
"test": "grunt",
"ci": "istanbul cover -- grunt coverage"
}
}