smartenv/package.json
2016-02-20 10:11:32 +01:00

35 lines
853 B
JSON

{
"name": "smartenv",
"version": "1.0.3",
"description": "store things about your environment and let them travel across modules",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)",
"testbrowser": "(npm test) && (node testbrowser.js)"
},
"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": {
"beautylog": "^2.1.1",
"lodash": "^4.5.0",
"q": "^1.4.1"
},
"devDependencies": {
"easyserve": "0.0.5",
"gulp": "^3.9.1",
"gulp-browser": "1.0.10",
"npmts": "^3.0.2"
}
}