actives-react
Version:
actives - react bridge
50 lines (49 loc) • 1.5 kB
JSON
{
"name": "actives-react",
"version": "0.0.11",
"description": "actives - react bridge",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"test.watch": "mocha --watch --recursive",
"test.x": "mocha x.spec.js",
"test.x.watch": "mocha --watch x.spec.js",
"cover": "node_modules/isparta/bin/isparta cover --report html node_modules/mocha/bin/_mocha -- --recursive",
"cover.watch": "nodemon -x 'npm run cover'",
"start": "webpack-dev-server --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slavahatnuke/actives-react.git"
},
"keywords": [
"actives",
"react"
],
"author": "slava hatnuke",
"license": "ISC",
"bugs": {
"url": "https://github.com/slavahatnuke/actives-react/issues"
},
"homepage": "https://github.com/slavahatnuke/actives-react#readme",
"devDependencies": {
"actives": "0.0.13",
"babel": "^6.5.2",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-syntax-decorators": "^6.8.0",
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-plugin-transform-decorators": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"isparta": "^4.0.0",
"mocha": "^2.5.3",
"react": "^15.2.0",
"react-dom": "^15.2.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}