Files
old-ribica/front-ui/package.json
2015-01-22 22:20:34 +01:00

29 lines
677 B
JSON

{
"name": "ribica-ui-stack",
"version": "0.0.0",
"description": "Ribica UI app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.5.0",
"grunt-browserify": "~3.2.1",
"grunt-contrib-connect": "~0.9.0",
"browserify": "~8.1.0",
"reactify": "~0.17.1",
"grunt-contrib-uglify": "~0.7.0"
},
"dependencies": {
"react": "~0.12.2",
"backbone": "~1.1.2",
"bootstrap": "~3.3.1",
"jquery": "~2.1.3"
}
}