smartenv/package.json

36 lines
900 B
JSON
Raw Normal View History

2015-11-26 05:31:31 +00:00
{
"name": "smartenv",
2016-11-21 13:47:30 +00:00
"version": "1.2.9",
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",
"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": {
2016-11-21 13:47:24 +00:00
"@types/q": "0.x.x",
2016-11-21 10:58:37 +00:00
"lodash": "^4.17.2",
"q": "^1.4.1",
"typings-global": "^1.0.14"
2015-11-26 05:31:31 +00:00
},
2016-04-05 13:53:51 +00:00
"devDependencies": {
2016-11-21 10:58:37 +00:00
"@types/should": "^8.1.30",
"beautylog": "^6.0.0",
"should": "^11.1.1"
2015-11-26 05:31:31 +00:00
}
}