brutaljs
Version:
BrutalJS ========
69 lines (68 loc) • 1.52 kB
JSON
{
"name": "brutaljs",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "finnfiddle",
"license": "ISC",
"devDependencies": {
"browserify": "^11.0.1",
"browserify-shim": "^3.8.10",
"coffeeify": "^1.1.0",
"envify": "^3.4.0",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.4",
"grunt-nodemon": "^0.4.0",
"require-globify": "^1.3.0",
"riot": "^2.2.4",
"riot-router": "^0.6.2",
"riotify": "^0.1.2",
"superagent": "^1.3.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.3",
"coffee-script": "^1.9.3",
"compression": "^1.5.2",
"express": "^4.13.3",
"glob": "^5.0.14",
"jade": "^1.11.0",
"jwt-simple": "^0.3.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"mongoose": "^4.1.3",
"morgan": "^1.6.1",
"react": "^0.13.3",
"reflux": "^0.2.12"
},
"browserify": {
"transform": [
"coffeeify",
[
"riotify",
{
"template": "jade"
}
],
"require-globify",
"browserify-shim",
"envify"
]
},
"browser": {
"Pen": "./core/static/lib/pen/pen.js"
},
"browserify-shim": {
"Pen": "Pen"
}
}