Farmbot-Web-App/package.json

47 lines
1.1 KiB
JSON

{
"name": "farmbot-web-app",
"version": "1.0.0",
"description": "Just an npm file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rickcarlino/farmbot-web-app.git"
},
"author": "Rick Carlino",
"license": "MIT",
"bugs": {
"url": "https://github.com/rickcarlino/farmbot-web-app/issues"
},
"homepage": "https://github.com/rickcarlino/farmbot-web-app",
"browserify": {
"transform": [
"babelify"
]
},
"dependencies": {
"angular": "^1.3.19",
"angular-ui-sortable": "^0.13.4",
"browserify": "^11.1.0",
"browserify-incremental": "^3.0.1",
"react": "^0.13.3",
"react-redux": "^2.1.2",
"reactify": "^1.1.1",
"redux": "^3.0.0"
},
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-rollup": "^1.0.1",
"gulp-util": "^3.0.6",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.2",
"webpack-stream": "^2.1.0"
}
}