UNPKG

aq-web-front

Version:

A compilation framework to allow coding web frontends in a modern style.

66 lines (65 loc) 2.33 kB
{ "name": "aq-web-front", "version": "0.1.33", "description": "A compilation framework to allow coding web frontends in a modern style.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/davidaq/aq-web-front-node.git" }, "keywords": [ "Babel", "Stylus", "frontend", "transpile" ], "author": "DavidAQ", "license": "MIT", "bugs": { "url": "https://github.com/davidaq/aq-web-front-node/issues" }, "homepage": "https://github.com/davidaq/aq-web-front-node", "dependencies": { "babel-core": "^6.2.1", "babel-plugin-transform-class-properties": "^6.4.0", "babel-plugin-transform-es2015-arrow-functions": "^6.4.0", "babel-plugin-transform-es2015-block-scoped-functions": "^6.1.18", "babel-plugin-transform-es2015-block-scoping": "^6.1.18", "babel-plugin-transform-es2015-classes": "^6.2.2", "babel-plugin-transform-es2015-computed-properties": "^6.4.0", "babel-plugin-transform-es2015-constants": "^6.1.4", "babel-plugin-transform-es2015-destructuring": "^6.1.18", "babel-plugin-transform-es2015-function-name": "^6.1.18", "babel-plugin-transform-es2015-literals": "^6.1.18", "babel-plugin-transform-es2015-modules-commonjs": "^6.2.0", "babel-plugin-transform-es2015-object-super": "^6.1.18", "babel-plugin-transform-es2015-parameters": "^6.1.18", "babel-plugin-transform-es2015-shorthand-properties": "^6.1.18", "babel-plugin-transform-es2015-spread": "^6.1.18", "babel-plugin-transform-es2015-sticky-regex": "^6.1.18", "babel-plugin-transform-es2015-template-literals": "^6.1.18", "babel-plugin-transform-es2015-typeof-symbol": "^6.1.18", "babel-plugin-transform-es2015-unicode-regex": "^6.1.18", "babel-plugin-transform-jscript": "^6.3.13", "babel-preset-react": "^6.1.18", "babel-preset-stage-0": "^6.1.18", "chokidar": "^1.3.0", "concat-stream": "^1.5.1", "json-tokenizer": "^1.0.1", "jsx-control-statements": "^3.0.0", "nib": "^1.1.0", "prompt": "^0.2.14", "sourcemap-codec": "^1.2.1", "stylus": "^0.54.5", "underscore": "^1.8.3", "uuid": "^2.0.1", "yamljs": "^0.2.4", "yargs": "^3.30.0" }, "bin": { "awf": "bin/awf" } }