roc
Version:
Build modern web applications easily
102 lines (101 loc) • 3.06 kB
JSON
{
"name": "roc",
"version": "1.0.0-rc.10",
"description": "Build modern web applications easily",
"main": "lib/index.js",
"bin": "bin/index.js",
"engineStrict": true,
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
},
"files": [
"converters",
"validators",
"bin",
"lib",
"scripts"
],
"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": "cross-env NODE_ENV=test babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha -- --recursive test/",
"test:unit": "cross-env NODE_ENV=test mocha --compilers js:babel-register test --recursive",
"test:unit:watch": "npm run test:unit -- --watch",
"check": "ncu",
"docs": "node bin/index.js markdown-commands > docs/DefaultCommands.md",
"esdocs": "esdoc -c esdoc.json",
"prepublish": "npm test && npm run clean && npm run build && npm run esdocs",
"postinstall": "node ./scripts/post-install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rocjs/roc.git"
},
"keywords": [
"roc",
"react",
"universal",
"isomorphic",
"build",
"cli",
"redux"
],
"author": "VG",
"license": "MIT",
"devDependencies": {
"babel-cli": "~6.4.5",
"babel-eslint": "5.0.0-beta10",
"babel-plugin-transform-es2015-destructuring": "~6.4.0",
"babel-plugin-transform-es2015-function-name": "~6.4.0",
"babel-plugin-transform-es2015-modules-commonjs": "~6.4.5",
"babel-plugin-transform-es2015-parameters": "~6.4.5",
"babel-plugin-transform-es2015-spread": "~6.5.0",
"babel-plugin-transform-es2015-sticky-regex": "~6.3.13",
"babel-plugin-transform-es2015-unicode-regex": "~6.4.3",
"babel-plugin-transform-export-extensions": "~6.5.0",
"babel-plugin-transform-object-rest-spread": "~6.3.13",
"babel-register": "~6.4.3",
"codeclimate-test-reporter": "~0.3.0",
"coveralls": "~2.11.6",
"cross-env": "1.0.7",
"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": "~4.0.0",
"mocha": "~2.4.4",
"npm-check-updates": "~2.5.6",
"rimraf": "~2.5.0"
},
"dependencies": {
"chalk": "~1.1.1",
"colors": "~1.1.2",
"cross-spawn": "2.2.3",
"deep-extend": "~0.4.0",
"fs-extra": "~0.26.4",
"got": "~6.1.1",
"inquirer": "~0.11.1",
"is-promise": "2.1.0",
"leven": "~2.0.0",
"lodash": "~4.0.1",
"loud-rejection": "~1.3.0",
"minimist": "~1.2.0",
"redent": "~1.0.0",
"replace": "~0.3.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",
"unzip": "^0.1.11",
"update-notifier": "0.6.3"
}
}