raptor-dev
Version:
Developer tools for RaptorJS
48 lines • 1.33 kB
JSON
{
"name": "raptor-dev",
"description": "Developer tools for RaptorJS",
"keywords": [
"rapido",
"cubejs"
],
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint lib && node_modules/.bin/jshint commands"
},
"readmeFilename": "README.md",
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.17.0",
"escodegen": "~1.1.0",
"esprima": "~1.0.4",
"estraverse": "~1.5.0",
"htmlparser2": "^3.7.1",
"js-beautify": "^1.5.1",
"mkdirp": "^0.3.5",
"prompt": "^0.2.14",
"q": "~0.9.7",
"rapido": "^1.1.8",
"rapido-module": "^1.0.3",
"raptor-async": "^1.0.0",
"raptor-files": "^1.0.1",
"raptor-polyfill": "^1.0.0",
"raptor-promises": "^1.0.1",
"raptor-util": "^1.0.0",
"raptor-xml": "^1.0.1",
"request": "^2.41.0",
"rimraf": "^2.2.8",
"semver": "^3.0.1"
},
"bin": {
"raptor-dev": "bin/raptor-dev"
},
"repository": {
"type": "git",
"url": "https://github.com/raptorjs/raptor-dev.git"
},
"devDependencies": {
"chai": "^1.9.1",
"jshint": "~2.3.0",
"mocha": "~1.15.1"
},
"version": "0.2.31"
}