-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
36 lines (36 loc) · 904 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
{
"name": "fortune-admin",
"version": "0.0.1",
"description": "fortune-admin =============",
"main": "examples/app.js",
"start": "examples/app.js",
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/flyvictor/fortune-admin.git"
},
"author": "Victor",
"bugs": {
"url": "https://github.com/flyvictor/fortune-admin/issues"
},
"devDependencies": {
"bower": "^1.8.0",
"grunt": "~0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-html2js": "~0.2.7",
"grunt-shell": "^1.1.1",
"jasmine-core": "^2.1.3",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.2",
"load-grunt-tasks": "~0.4.0"
},
"dependencies": {
"hbs": "^2.8.0"
}
}