smartenv/package.json

32 lines
774 B
JSON
Raw Normal View History

2015-11-26 05:31:31 +00:00
{
"name": "smartenv",
2016-04-04 23:07:24 +00:00
"version": "1.2.2",
2015-11-26 05:31:31 +00:00
"description": "store things about your environment and let them travel across modules",
2016-02-17 20:44:40 +00:00
"main": "dist/index.js",
2015-11-26 05:31:31 +00:00
"scripts": {
2016-02-17 20:44:40 +00:00
"test": "(npmts)",
"testbrowser": "(npm test) && (node testbrowser.js)"
2015-11-26 05:31:31 +00:00
},
"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": "^4.1.2",
2016-04-04 16:24:22 +00:00
"lodash": "^4.8.1",
2016-02-20 09:11:25 +00:00
"q": "^1.4.1"
2015-11-26 05:31:31 +00:00
},
"devDependenies": {
"npmts": "^5.0.3"
2015-11-26 05:31:31 +00:00
}
}