roc
Version:
Build modern web applications easily
78 lines (77 loc) • 2.12 kB
JSON
{
"name": "roc",
"version": "1.0.0-beta1",
"description": "Build modern web applications easily",
"main": "lib/index.js",
"bin": "bin/index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"build": "babel src --out-dir lib --source-maps",
"build:watch": "npm run build -- --watch",
"clean": "rimraf lib esdocs coverage",
"lint": "eslint .",
"test": "npm run lint && npm run test:coverage",
"test:coverage": "NODE_ENV=test babel-node node_modules/isparta/bin/isparta cover _mocha -- --recursive test/",
"test:unit": "NODE_ENV=test mocha --compilers js:babel/register test --recursive",
"test:unit:watch": "npm run test:unit -- --watch",
"check": "ncu",
"esdocs": "esdoc -c esdoc.json",
"prepublish": "npm test && npm run clean && npm run build && npm run esdocs",
"postinstall": "node ./npm-scripts/post-install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/vgno/roc.git"
},
"keywords": [
"roc",
"react",
"universal",
"isomorphic",
"build",
"cli",
"redux"
],
"author": "VG",
"license": "MIT",
"devDependencies": {
"babel": "~5.8.34",
"babel-eslint": "~4.1.5",
"babel-plugin-rewire": "~0.1.22",
"chai": "~3.4.1",
"codeclimate-test-reporter": "~0.1.1",
"coveralls": "~2.11.6",
"esdoc": "~0.4.3",
"esdoc-es7-plugin": "0.0.3",
"esdoc-importpath-plugin": "0.0.1",
"eslint": "~1.10.3",
"eslint-config-vgno": "~5.0.0",
"expect": "~1.13.4",
"isparta": "~3.5.3",
"mocha": "~2.3.4",
"npm-check-updates": "~2.5.6",
"rimraf": "~2.5.0"
},
"dependencies": {
"chalk": "~1.1.1",
"colors": "~1.1.2",
"deep-extend": "~0.4.0",
"fs-extra": "~0.26.4",
"inquirer": "~0.11.1",
"leven": "~2.0.0",
"lodash": "~3.10.1",
"minimist": "~1.2.0",
"redent": "~1.0.0",
"replace": "~0.3.0",
"request": "~2.67.0",
"resolve": "~1.1.6",
"semver": "~5.1.0",
"source-map-support": "~0.4.0",
"strip-ansi": "~3.0.0",
"tar": "~2.2.1",
"temp": "~0.8.3",
"trim-newlines": "~1.0.0"
}
}