-
Notifications
You must be signed in to change notification settings - Fork 103
/
Copy pathpackage.json
42 lines (42 loc) · 943 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
41
42
{
"name": "Candy",
"version": "1.0.0",
"description": "a micro forum using duoshuo apis as a backend database",
"main": "app.js",
"author": "turing <[email protected]>",
"license": "MIT",
"scripts": {
"start": "node_modules/.bin/babel-node app.js",
"test": "DEBUG=candy:*,candy:* node_modules/.bin/babel-node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/turingou/candy.git"
},
"bugs": {
"url": "https://github.com/turingou/candy/issues"
},
"keywords": [
"candy",
"bbs",
"forum",
"duoshuo",
"social",
"sns"
],
"dependencies": {
"bluebird": "^2.9.34",
"candy-theme-flat": "0.1.0",
"duoshuo": "0.3",
"express": "4.13.1",
"highlight.js": "8.6.0",
"marked": "0.3.3",
"moment": "2.10.3",
"mongoose": "^4.0.7",
"theme": "0.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel": "^5.6.23"
}
}