2015-11-26 05:31:31 +00:00
|
|
|
{
|
|
|
|
"name": "smartenv",
|
2018-02-13 23:13:16 +00:00
|
|
|
"version": "4.0.1",
|
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"
|
|
|
|
],
|
2017-04-20 22:04:28 +00:00
|
|
|
"author": "Lossless GmbH <hello@lossless.support> (https://lossless.com)",
|
2015-11-26 05:31:31 +00:00
|
|
|
"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": {
|
2018-02-13 23:12:21 +00:00
|
|
|
"@types/node": "^9.4.4",
|
|
|
|
"lodash": "^4.17.5",
|
|
|
|
"smartparam": "^1.0.2",
|
|
|
|
"smartq": "^1.1.6"
|
2015-11-26 05:31:31 +00:00
|
|
|
},
|
2016-04-05 13:53:51 +00:00
|
|
|
"devDependencies": {
|
2018-02-13 23:12:21 +00:00
|
|
|
"@types/npm": "^2.0.29",
|
|
|
|
"tapbundle": "^1.1.8"
|
2015-11-26 05:31:31 +00:00
|
|
|
}
|
|
|
|
}
|