2015-11-15 19:35:13 +00:00
|
|
|
{
|
2015-11-16 00:26:17 +00:00
|
|
|
"name": "smartdebug",
|
2015-11-28 21:48:46 +00:00
|
|
|
"version": "0.0.9",
|
2015-11-15 19:35:13 +00:00
|
|
|
"description": "debug your JavaScript the smart way",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2015-11-16 00:50:28 +00:00
|
|
|
"test": "(cd ts/compile && node compile.js) && (node test.js)",
|
2015-11-15 19:35:13 +00:00
|
|
|
"reinstall": "(rm -r node_modules && npm install)",
|
|
|
|
"release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)",
|
|
|
|
"startdev": "(git checkout master && git pull origin master)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-11-16 00:26:17 +00:00
|
|
|
"url": "https://github.com/pushrocks/smartdebug.git"
|
2015-11-15 19:35:13 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"json",
|
|
|
|
"jade",
|
|
|
|
"template"
|
|
|
|
],
|
|
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2015-11-16 00:26:17 +00:00
|
|
|
"url": "https://github.com/pushrocks/smartdebug/issues"
|
2015-11-15 19:35:13 +00:00
|
|
|
},
|
2015-11-16 00:26:17 +00:00
|
|
|
"homepage": "https://github.com/pushrocks/smartdebug",
|
2015-11-15 19:35:13 +00:00
|
|
|
"dependencies": {
|
|
|
|
"beautylog": "^1.0.3",
|
|
|
|
"colors": "^1.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "3.9.0",
|
|
|
|
"gulp-typescript": "2.9.2",
|
|
|
|
"pushrocks": "^1.0.22"
|
|
|
|
}
|
|
|
|
}
|