eliot
Version:
Next generation JavaScript, simplified.
55 lines (54 loc) • 1.51 kB
JSON
{
"name": "eliot",
"version": "0.1.33",
"description": "Next generation JavaScript, simplified.",
"main": "index.js",
"bin": {
"eliot": "bin/eliot.js"
},
"dependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.9.0",
"babel-runtime": "^6.9.2",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"glob": "^7.0.4",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"nodemon": "^1.9.2",
"react": "^15.1.0",
"source-map": "^0.5.6",
"source-map-support": "^0.4.0",
"tempfile": "^1.1.1",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"webpack": "^1.13.1",
"webpack-node-externals": "^1.2.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emilniklas/eliot.git"
},
"keywords": [
"build",
"nextgen",
"opinionated"
],
"author": "Emil Persson <emil.n.persson@gmail.com>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/emilniklas/eliot/issues"
},
"homepage": "https://github.com/emilniklas/eliot#readme"
}