moz-rockbot/package.json

35 строки
896 B
JSON

{
"name": "rockbot",
"version": "1.0.0",
"description": "Rockbot Vis / control deelie",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "npm run build:js && npm run build:css",
"build:js": "jsx src/ static/",
"build:css": "autoprefixer src/main.css -o static/main.css",
"watch": "onchange src/* -- npm run build"
},
"author": "Potch",
"license": "ISC",
"dependencies": {
"express": "^4.10.6",
"request": "^2.51.0",
"socket.io": "^1.2.1"
},
"devDependencies": {
"autoprefixer": "^5.0.0",
"onchange": "0.0.2",
"react-tools": "^0.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/potch/rockbot.git"
},
"bugs": {
"url": "https://github.com/potch/rockbot/issues"
},
"homepage": "https://github.com/potch/rockbot"
}