smartenv/package.json
LosslessBot e0b4a93f1c 1.2.4
2016-05-02 01:30:02 +02:00

33 lines
808 B
JSON

{
"name": "smartenv",
"version": "1.2.4",
"description": "store things about your environment and let them travel across modules",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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": "^4.1.2",
"lodash": "^4.11.1",
"q": "^1.4.1"
},
"devDependencies": {
"npmts": "^5.1.5"
}
}