35 lines
851 B
JSON
35 lines
851 B
JSON
{
|
|
"name": "smartenv",
|
|
"version": "1.0.9",
|
|
"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": "3.0.3",
|
|
"lodash": "^4.5.0",
|
|
"q": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"easyserve": "0.0.5",
|
|
"gulp": "^3.9.1",
|
|
"gulp-browser": "1.0.10",
|
|
"npmts": "3.1.2"
|
|
}
|
|
}
|