6bin
Version:
User interface for 6element sensors
75 lines (74 loc) • 2.5 kB
JSON
{
"name": "6bin",
"version": "1.3.2",
"description": "User interface for 6element sensors",
"main": "./js/server/main.js",
"scripts": {
"prepublish": "npm run source:prod",
"postinstall": "npm run share",
"build:prod": "npm-run-all --parallel source:prod share",
"build:dev": "npm-run-all --parallel source:dev share",
"share": "browserify -e ./js/client/main.js -o browserify-bundle.js",
"source:dev": "tsc ./ts/**/*.ts --noImplicitAny --suppressImplicitAnyIndexErrors -t ES5 -m commonjs --sourceMap --outDir ./js",
"source:prod": "tsc ./ts/**/*.ts --noImplicitAny --suppressImplicitAnyIndexErrors -t ES5 -m commonjs --outDir ./js",
"watch": "npm-run-all --parallel 'watch:*'",
"watch:shared": "watchify -dv --full-paths -e ./js/client/main.js -o browserify-bundle.js",
"watch:source": "tsc ./ts/**/*.ts --watch --noImplicitAny --suppressImplicitAnyIndexErrors -t ES5 -m commonjs --sourceMap --sourceRoot sourceMaps --outDir ./js",
"start": "node example.js",
"start:watch": "nodemon --delay 500ms example.js",
"test": "mocha --recursive tests/js/mocha/"
},
"repository": {
"type": "git",
"url": "https://github.com/anthill/6bin.git"
},
"keywords": [
"sensors",
"user",
"interface",
"web",
"6element",
"ants"
],
"author": "David Bruant <bruant.d@gmail.com> (https://twitter.com/DavidBruant)",
"license": "MIT",
"bugs": {
"url": "https://github.com/anthill/6bin/issues"
},
"homepage": "https://github.com/anthill/6bin",
"dependencies": {
"body-parser": "^1.14.1",
"browserify": "^11.2.0",
"compression": "^1.6.0",
"es6-shim": "^0.33.6",
"express": "^4.13.3",
"immutable": "^3.7.5",
"keymirror": "^0.1.1",
"minifyify": "^7.1.0",
"npm-run-all": "^1.4.0",
"react": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-dom": "^0.14.0",
"react-inlinesvg": "^0.4.2",
"react-redux": "^4.0.0",
"redux": "^3.0.3",
"redux-thunk": "^1.0.0",
"request": "^2.65.0",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"svg-injector": "^1.1.3",
"vinyl-source-stream": "^1.1.0",
"waste-categories": "^1.0.4",
"watch-exec": "^1.2.0"
},
"devDependencies": {
"chai": "^3.4.0",
"chai-immutable": "^1.3.0",
"chai-as-promised": "^5.1.0",
"mocha": "^2.3.3",
"react-proxy": "^1.1.1",
"typescript": "^1.6.2",
"typescript-compiler": "^1.4.1-2",
"watchify": "^3.4.0"
}
}