2015-11-26 05:31:31 +00:00
|
|
|
{
|
|
|
|
"name": "smartenv",
|
2015-11-30 19:01:08 +00:00
|
|
|
"version": "0.0.8",
|
2015-11-26 05:31:31 +00:00
|
|
|
"description": "store things about your environment and let them travel across modules",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(cd ts/compile && node compile.js) && (node test.js)",
|
|
|
|
"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 && npm install)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/pushrocks/smartenv.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"environment"
|
|
|
|
],
|
|
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pushrocks/smartenv/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/pushrocks/smartenv",
|
|
|
|
"dependencies": {
|
2015-11-30 18:58:35 +00:00
|
|
|
"beautylog": "^1.0.4",
|
|
|
|
"lodash": "^3.10.1"
|
2015-11-26 05:31:31 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"gulp": "^3.9.0",
|
|
|
|
"gulp-typescript": "^2.9.2"
|
|
|
|
}
|
|
|
|
}
|