mo-framework
Version:
Hybrid mobile app framework with generators
67 lines (66 loc) • 1.62 kB
JSON
{
"name": "mo-framework",
"version": "0.7.1",
"description": "Hybrid mobile app framework with generators",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d build",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/anywaylabs/mo.git"
},
"keywords": [
"phonegap",
"cordova",
"hybrid",
"mobile",
"web",
"app",
"jquery",
"mobile"
],
"author": "Alexander Zinchuk",
"license": "ISC",
"bin": {
"mo": "./build/bin/mo.js"
},
"bugs": {
"url": "https://github.com/anywaylabs/mo/issues"
},
"homepage": "https://github.com/anywaylabs/mo#readme",
"dependencies": {
"D": "^1.0.0",
"babel": "^6.23.0",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.16.0",
"commander": "^2.9.0",
"css-loader": "^0.26.0",
"express": "^4.14.0",
"fs-promise": "^1.0.0",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"immutable": "^3.8.1",
"install": "^0.8.2",
"ip": "^1.1.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.17.2",
"recursive-copy": "^2.0.5",
"socket.io-client": "^1.3.5",
"style-loader": "^0.13.1",
"through2": "^2.0.3",
"vow": "Ajaxy/vow",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2",
"yargs": "^6.6.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-runtime": "^6.26.0"
}
}