onion/package.json

19 lines
451 B
JSON

{
"name": "onion",
"version": "0.0.0",
"description": "Web client for ascribe",
"main": "server.js",
"dependencies": {
"alt": "^0.16.0",
"react": "^0.12.2"
},
"devDependencies": {
"browserify": "^8.0.3",
"reactify": "^0.17.1"
},
"scripts": {
"build": "browserify -t [reactify --es6] src/app.jsx > build/app.js"
},
"author": "Alberto Granzotto <alberto@ascribe.io>"
}