1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-23 01:36:28 +02:00

Re-order package.json

This commit is contained in:
Brett Sun 2016-05-27 14:25:19 +02:00
parent 4561034869
commit d1b9c8f96c

View File

@ -2,7 +2,11 @@
"name": "Onion",
"version": "0.0.2",
"description": "Das neue web client for Ascribe. Onions make you cry",
"homepapge": "https://www.ascribe.io",
"license": "Copyright",
"author": "Ascribe",
"main": "js/app.js",
"private": true,
"engines": {
"node": "0.10.x"
},
@ -48,9 +52,6 @@
"browserify-shim"
]
},
"author": "Ascribe",
"license": "Copyright",
"private": true,
"devDependencies": {
"babel-eslint": "^3.1.11",
"babel-jest": "^5.2.0",