-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 914 Bytes
/
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
{
"name": "LegoForm",
"version": "0.0.1",
"scripts": {
"test": "cross-env NODE_ENV=test karma --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/mafengwo/LegoForm"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mafengwo/LegoForm/issues"
},
"dependencies": {},
"devDependencies": {
"angular": "^1.5.6",
"angular-mocks": "^1.5.6",
"chai": "^3.5.0",
"cross-env": "^1.0.7",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-html2js": "^0.3.6",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.0.1",
"karma-sinon": "^1.0.5",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"sinon": "^1.17.4",
"underscore": "^1.8.3"
}
}