cream-and-sugar
Version:
A deliciously functional syntax for JavaScript with native support for JSX
71 lines (70 loc) • 1.75 kB
JSON
{
"name": "cream-and-sugar",
"version": "0.7.1",
"description": "A deliciously functional syntax for JavaScript with native support for JSX",
"dependencies": {
"cns-lib": "^0.5.0"
},
"keywords": [
"javascript",
"language",
"cream and sugar",
"cream & sugar",
"cns",
"cream",
"sugar",
"compiler",
"transpiler",
"functional"
],
"engines": {
"node": ">=4.0.0"
},
"main": "index.js",
"bin": {
"cns": "index.js"
},
"preferGlobal": true,
"homepage": "https://github.com/jgnewman/cream-and-sugar",
"bugs": "https://github.com/jgnewman/cream-and-sugar/issues",
"repository": {
"type": "git",
"url": "git://github.com/jgnewman/cream-and-sugar.git"
},
"scripts": {
"test": "gulp test"
},
"author": "John Newman",
"license": "MIT",
"devDependencies": {
"assert": "^1.4.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"browserify": "^13.1.0",
"colors": "^1.1.2",
"create-react-app": "^1.4.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-copy": "0.0.2",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-server-livereload": "^1.8.4",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"jison": "^0.4.17",
"mocha": "^3.0.2",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"run-sequence": "^1.2.2",
"vinyl-source-stream": "^1.1.0",
"yargs": "^5.0.0"
}
}