-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 873 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": "Ikagaka.demo",
"version": "0.1.5",
"description": "Ukagaka Web Platform",
"url": "https://github.com/ikagaka/Ikagaka.js",
"keywords": [
"ikagaka",
"unstable",
"ukagaka"
],
"repository": {
"type": "git",
"url": "https://github.com/ikagaka/Ikagaka.js"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bower-task": "",
"grunt-contrib-csslint": "",
"grunt-coffeelint": "",
"grunt-simple-mocha": "",
"grunt-contrib-jade": "",
"grunt-contrib-stylus": "",
"grunt-contrib-coffee": "",
"grunt-autoprefixer": "",
"grunt-contrib-htmlmin": "",
"grunt-contrib-cssmin": "",
"grunt-contrib-uglify": "",
"grunt-contrib-copy": "",
"grunt-contrib-clean": "",
"grunt-contrib-watch": "",
"grunt-contrib-connect": "",
"grunt-connect-proxy": "",
"jit-grunt": "~0.8.0"
},
"license": "MIT"
}