pbs/package.json

33 lines
697 B
JSON
Raw Normal View History

2015-03-13 11:01:18 +01:00
{
"name": "pert",
2015-03-13 12:37:53 +01:00
"version": "0.1.0",
2015-03-13 11:01:18 +01:00
"description": "pert diagram calculator",
"main": "lib/pert.js",
2015-03-13 11:56:27 +01:00
"bin": {
"pert": "./bin/pert"
2015-03-13 21:03:11 +01:00
},
2015-03-13 11:01:18 +01:00
"scripts": {
"prepublish": "scripts/build.sh",
"build": "scripts/build.sh",
"clean": "scripts/clean.sh"
2015-03-13 11:01:18 +01:00
},
"repository": {
"type": "git",
"url": "http://github.com/fazo96/pert.git"
},
"author": "Enrico Fasoli (fazo96)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fazo96/pert/issues"
},
"homepage": "https://github.com/fazo96/pert",
"dependencies": {
2015-03-13 11:56:27 +01:00
"chalk": "^1.0.0",
2015-03-13 21:03:11 +01:00
"commander": "^2.6.0",
"express": "^4.12.2"
2015-03-13 11:56:27 +01:00
},
"devDependencies": {
"coffee-script": "^1.9.1"
2015-03-13 11:01:18 +01:00
}
}