pbs/package.json

31 lines
627 B
JSON
Raw Normal View History

2015-03-13 11:01:18 +01:00
{
"name": "pert",
"version": "0.0.1",
"description": "pert diagram calculator",
"main": "pert.coffee",
2015-03-13 11:56:27 +01:00
"bin": {
"pert": "./bin/pert"
},
2015-03-13 11:01:18 +01:00
"scripts": {
2015-03-13 11:56:27 +01:00
"prepublish": "./build.sh",
"build": "./build.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",
"commander": "^2.6.0"
},
"devDependencies": {
"coffee-script": "^1.9.1"
2015-03-13 11:01:18 +01:00
}
}