nfp_sites/package.json

27 lines
564 B
JSON
Raw Normal View History

2016-01-26 19:12:49 +00:00
{
"name": "nfp_moe",
2019-02-19 10:26:34 +00:00
"version": "2.0.0",
2016-01-26 19:12:49 +00:00
"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": {
},
"devDependencies": {
}
}