-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.33 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.33 KB
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": "creamidea.github.com",
"version": "1.0.0",
"description": "creamidea-site building tools",
"main": "index.js",
"scripts": {
"build:archive": "node ./export.js archive",
"publish:archive": "set NODE_ENV=production && node ./export.js archive",
"publish:octocat": "node ./octodex.js",
"publish:article-static": "node ./export.js article-static",
"publish:index-static": "node ./export.js index-static",
"publish:about-static": "node ./export.js about-static",
"publish:site": "emacs -q -Q -nw --batch -l org-publish-setting.el -f publish-creamidea-site",
"publish": "npm run publish:octocat && npm run publish:article-static && npm run publish:index-static && npm run publish:archive",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creamidea/creamidea.github.com.git"
},
"author": "creamidea@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/creamidea/creamidea.github.com/issues"
},
"homepage": "https://github.com/creamidea/creamidea.github.com#readme",
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"html-minifier": "^3.1.1",
"uglify-js": "^2.7.3",
"uglifycss": "0.0.21"
},
"dependencies": {}
}