mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
19 lines
451 B
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>"
|
||
|
}
|