forked from marmelab/ng-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
39
40
41
42
{
"name": "ng-admin",
"version": "0.4.0",
"private": false,
"main": "build/ng-admin.min.js",
"repository": {
"type": "git",
"url": "git://github.com/marmelab/ng-admin.git"
},
"dependencies": {
"requirejs": "~2.1.14"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "~0.7.2",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-karma": "^0.8.3",
"grunt-ng-annotate": "^0.4.0",
"jshint-stylish": "~0.1.3",
"karma": "~0.12.14",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "~0.1.5",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-ng-scenario": "~0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "~0.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}