-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 988 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": "jp.mi73.egg",
"version": "0.0.0",
"description": "EGG CONCEPT for BAPA",
"main": "Gruntfile.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mi73/egg.git"
},
"author": "Yohei Minami",
"license": "MIT",
"bugs": {
"url": "https://github.com/mi73/egg/issues"
},
"homepage": "https://github.com/mi73/egg",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-contrib-jade": "~0.9.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-uglify": "~0.3.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-yuidoc": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-este-watch": "~0.1.15",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-htmlmin": "~0.1.3"
}
}