forked from ecomfe/knowledge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 748 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 748 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
36
37
{
"name": "knowledge",
"version": "0.2.1",
"description": "Front-end knowledge hierarchy (zh-CN)",
"keywords": [
"ecomfe",
"knowledge",
"baidu"
],
"maintainers": [
{
"name": "Firede",
"email": "firede@firede.us"
}
],
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/mocha --compilers coffee:coffee-script"
},
"devDependencies": {
"mocha": "~1.16.2",
"expect.js": "~0.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/knowledge.git"
},
"dependencies": {
"express": "3.2.0",
"coffee-script": "1.6.2",
"lodash": "1.2.1",
"marked": "~0.3.0",
"jade": "~1.0.1",
"stylus": "~0.41.3",
"nib": "~1.0.1"
}
}