smartenv/package.json

34 lines
850 B
JSON
Raw Normal View History

2015-11-26 05:31:31 +00:00
{
"name": "smartenv",
2017-04-19 18:18:19 +00:00
"version": "2.0.4",
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",
2016-05-01 23:30:02 +00:00
"typings": "dist/index.d.ts",
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",
2016-11-21 13:51:35 +00:00
"url": "https://gitlab.com/pushrocks/smartenv.git"
2015-11-26 05:31:31 +00:00
},
"keywords": [
"environment"
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
2016-11-21 13:51:35 +00:00
"url": "https://gitlab.com/pushrocks/smartenv/issues"
2015-11-26 05:31:31 +00:00
},
2016-11-21 13:51:35 +00:00
"homepage": "https://gitlab.com/pushrocks/smartenv",
2015-11-26 05:31:31 +00:00
"dependencies": {
"lodash": "^4.17.4",
"smartq": "^1.1.1",
2016-11-21 10:58:37 +00:00
"typings-global": "^1.0.14"
2015-11-26 05:31:31 +00:00
},
2016-04-05 13:53:51 +00:00
"devDependencies": {
"beautylog": "^6.1.5",
"tapbundle": "^1.0.5"
2015-11-26 05:31:31 +00:00
}
}