-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 970 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 970 Bytes
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
{
"name": "gree.github.io",
"version": "1.0.0",
"description": "GREE Open Source project listing",
"scripts": {
"postinstall": "chest open",
"help": "grunt",
"build": "grunt build",
"develop": "grunt develop",
"deploy": "npm run build; ./deploy.sh"
},
"repository": {
"type": "git",
"url": "git@github.com/gree/gree.github.io.git"
},
"author": "GREE, Inc.",
"license": "Apache License, Version 2.0",
"devDependencies": {
"chest": "^0.7.3",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-open": "^0.2.3",
"grunt-rejs": "^0.1.3",
"load-grunt-tasks": "^0.6.0"
}
}