fission
Version:
The Reactjs Toolkit
62 lines (61 loc) • 1.6 kB
JSON
{
"name": "fission",
"description": "The Reactjs Toolkit",
"version": "0.0.17",
"homepage": "http://github.com/wearefractal/fission",
"repository": {
"type": "git",
"url": "git://github.com/wearefractal/fission"
},
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"dependencies": {
"ampersand-class-extend": "^1.0.1",
"ampersand-collection": "^1.3.13",
"ampersand-collection-rest-mixin": "*",
"ampersand-collection-underscore-mixin": "^1.0.1",
"ampersand-model": "^4.0.1",
"ampersand-sync": "^3.0.1",
"ampersand-sync-adapter": "0.0.1",
"backbone-events-standalone": "^0.2.4",
"extend-object": "^1.0.0",
"is-array": "^1.0.1",
"lodash.clone": "^2.4.1",
"page": "^1.3.7"
},
"peerDependencies": {
"react": "^0.12.0"
},
"devDependencies": {
"browserify": "^8.0.0",
"gulp": "^3.8.6",
"gulp-autowatch": "0.0.1",
"gulp-jshint": "^1.8.5",
"gulp-mocha": "^2.0.0",
"gulp-open": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.1.0",
"gulp-uglify": "^1.0.1",
"mocha": "^2.0.0",
"mocha-phantomjs": "^3.5.0",
"should": "^4.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
},
"scripts": {
"test": "gulp test && NODE_ENV=testing mocha-phantomjs ./test/browser/index.html"
},
"engines": {
"node": ">= 0.10"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/fission/raw/master/LICENSE"
}
],
"keywords": [
"fission",
"reactjs"
]
}