-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1000 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
38
39
40
{
"name": "nodejs-taiwan",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"install": "grunt",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/http-server/bin/http-server ./public",
"gen": "node ./tools/generator/index.js"
},
"keywords": [
"nodejs",
"taiwan"
],
"author": "Po-Ying Chen ([email protected])",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-livescript": "~0.5.1",
"grunt-contrib-stylus": "~0.11.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-copy": "~0.4.1",
"jsdom": "~0.8.11",
"html2markdown": "~1.1.0"
},
"dependencies": {
"express": "~3.4.7",
"graceful-fs": "~2.0.1",
"glob": "~3.2.7",
"js-yaml": "~3.0.1",
"marked": "~0.3.0",
"pygmentize-bundled": "~2.1.0",
"jade": "~1.0.2",
"mkdirp": "~0.3.5",
"colors": "~0.6.2",
"http-server": "~0.6.1"
}
}