tingle-dev-tools
Version:
tingle component develop tools.
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "tingle-dev-tools",
"version": "0.1.1",
"description": "tingle component develop tools.",
"main": "gulpfile.js",
"scripts": {
"publish": "git push origin master"
},
"repository": {
"type": "git",
"url": "https://github.com/tinglejs/tingle-dev-tools.git"
},
"keywords": [
"tingle",
"develop",
"tool"
],
"author": "gbk",
"license": "MIT",
"bugs": {
"url": "https://github.com/tinglejs/tingle-dev-tools/issues"
},
"homepage": "https://github.com/tinglejs/tingle-dev-tools",
"dependencies": {
"gulp": "^3.9.0",
"webpack": "^1.10.5",
"browser-sync": "^2.8.1",
"gulp-sourcemaps": "~1.5.1",
"gulp-stylus": "^2.0.5",
"gulp-concat": "~2.6.0",
"gulp-just-replace": "~1.0.2",
"gulp-unique-files": "~0.1.2",
"gulp-pathmap": "~0.1.0",
"gulp-svg-symbols": "~0.3.1",
"gulp-inject-string": "0.0.2",
"gulp-html-remove": "~0.1.1",
"node-notifier": "^4.5.0",
"eslint": "^2.5.3",
"eslint-plugin-react": "^4.2.3"
}
}