35 lines
850 B
JSON
35 lines
850 B
JSON
{
|
|
"name": "smartenv",
|
|
"version": "1.2.2",
|
|
"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": {
|
|
"lodash": "^4.8.1",
|
|
"q": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"beautylog": "4.1.2",
|
|
"easyserve": "0.0.5",
|
|
"gulp": "^3.9.1",
|
|
"gulp-browser": "2.0.0",
|
|
"npmts": "5.0.3"
|
|
}
|
|
}
|