jig-framework
Version:
Start building JavaScript apps fast with Bootstrap, React, Mocha, Chai, and Gulp
52 lines (51 loc) • 1.16 kB
JSON
{
"name": "jig-framework",
"version": "0.0.0",
"description": "Start building JavaScript apps fast with Bootstrap, React, Mocha, Chai, and Gulp",
"main": " ",
"directories": {
"test": "test"
},
"dependencies": {
"babel": "^5.8.29",
"chai": "~3.3.0",
"del": "^2.0.2",
"gulp": "~3.9.0",
"gulp-babel": "~5.3.0",
"gulp-browserify": "~0.5.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "~1.11.2",
"gulp-load-plugins": "^1.0.0",
"gulp-mocha": "^2.1.3",
"gulp-sass": "~2.0.4",
"gulp-util": "~3.0.6",
"http-server": "~0.8.5",
"jshint-stylish": "~2.0.1",
"mocha": "~2.3.3",
"react": "~0.14.0",
"react-dom": "~0.14.0",
"react-mount": "^0.1.3",
"react-tools": "^0.13.3",
"reactify": "^1.1.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/lcreid/jig.git"
},
"keywords": [
"JavaScript",
"React",
"Bootstrap",
"Gulp",
"Mocha",
"Chai"
],
"author": "Larry Reid",
"license": "Mozilla Public License, version 2.0",
"bugs": {
"url": "https://github.com/lcreid/jig/issues"
}
}