WIP reworking of skinning and app integration process

This commit is contained in:
David Baker
2015-09-11 15:42:11 +01:00
parent 9b73d6ed6d
commit f3b9f8c799
4 changed files with 105 additions and 15 deletions

View File

@@ -9,6 +9,9 @@
},
"license": "Apache-2.0",
"main": "lib/index.js",
"bin": {
"reskindex": "./reskindex.js"
},
"scripts": {
"build": "babel src -d lib --source-maps",
"start": "babel src -w -d lib --source-maps",
@@ -16,6 +19,8 @@
"prepublish": "npm run build"
},
"dependencies": {
"glob": "^5.0.14",
"optimist": "^0.6.1",
"classnames": "^2.1.2",
"filesize": "^3.1.2",
"flux": "^2.0.3",