48 lines
1 KiB
JSON
48 lines
1 KiB
JSON
{
|
|
"name": "nfp_is",
|
|
"version": "1.0.0",
|
|
"port": 4220,
|
|
"description": "nfp.is website",
|
|
"main": "index.mjs",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.mjs",
|
|
"build": "asbundle app/index.js public/assets/app.js",
|
|
"dev:build": "npm-watch build",
|
|
"dev:server": "node index.mjs | bunyan",
|
|
"dev": "npm-watch dev:server"
|
|
},
|
|
"watch": {
|
|
"dev:server": {
|
|
"patterns": [
|
|
"api/*",
|
|
"base/*",
|
|
"../base/*"
|
|
],
|
|
"extensions": "js,mjs",
|
|
"quiet": true,
|
|
"inherit": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.nfp.is/nfp/nfp_sites.git"
|
|
},
|
|
"author": "Jonatan Nilsson",
|
|
"license": "WTFPL",
|
|
"bugs": {
|
|
"url": "https://git.nfp.is/nfp/nfp_sites/issues"
|
|
},
|
|
"homepage": "https://git.nfp.is/nfp/nfp_sites",
|
|
"dependencies": {
|
|
"flaska": "^1.3.4",
|
|
"nconf-lite": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"asbundle": "^2.6.1",
|
|
"mithril": "^2.2.3",
|
|
"service-core": "^3.0.0-beta.17"
|
|
}
|
|
}
|