nfp_sites/package.json

37 lines
904 B
JSON
Raw Normal View History

2016-01-26 19:12:49 +00:00
{
"name": "nfp_moe",
"version": "1.0.0",
"description": "NFP Moe website",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nfp-projects/nfp_moe.git"
},
"author": "Jonatan Nilsson",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/nfp-projects/nfp_moe/issues"
},
"homepage": "https://github.com/nfp-projects/nfp_moe",
"dependencies": {
"babel-plugin-syntax-async-generators": "^6.3.13",
"babel-plugin-transform-async-to-generator": "^6.4.6",
"babel-preset-es2015-node5": "^1.1.2",
"babel-register": "^6.4.3",
"bunyan": "^1.5.1",
"koa": "^2.0.0-alpha.3",
"koa-router": "^7.0.1",
"lodash": "^4.0.1",
"nconf": "^0.8.2"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}