candy
Version:
a micro bbs system based on duoshuo.com apis
37 lines • 788 B
JSON
{
"name": "candy",
"version": "0.1.7",
"description": "a micro bbs system based on duoshuo.com apis",
"main": "index.js",
"author": "turing",
"license": "MIT",
"scripts": {
"start": "node app.js",
"test": "./node_modules/mocha/bin/mocha ./test/test.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"
],
"dependencies": {
"theme": "~0.0.6",
"async": "~0.2.10",
"duoshuo":"0.1.2",
"moment": "~2.5.1",
"marked": "~0.3.1",
"underscore": "*",
"highlight.js": "~8.0.0",
"express-scaffold": "~0.2.1",
"candy-theme-flat": "*"
}
}