sintez
Version:
Enchanted gulp tasks
43 lines (42 loc) • 994 B
JSON
{
"name": "sintez",
"version": "0.1.8",
"description": "Enchanted gulp tasks",
"main": "index.js",
"scripts": {
"prepublish": "./node_modules/.bin/babel -d ./ ./src",
"dev": "./node_modules/.bin/babel -d ./ ./src --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frankland/sintez.git"
},
"keywords": [
"webpack",
"gulp",
"html",
"less",
"build",
"js",
"watchers"
],
"author": "tuchk4 <valeriy.sorokobatko@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/frankland/sintez/issues"
},
"homepage": "https://github.com/frankland/sintez#readme",
"dependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"base-storage": "0.0.4",
"chalk": "^1.1.1",
"expect.js": "^0.3.1",
"js-yaml": "^3.5.2",
"lodash": "^4.0.1",
"prettyjson": "^1.1.3",
"yargs": "^3.32.0"
}
}