-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gulp-clearbuild",
"version": "0.0.16",
"description": "Predefined Gulp Tasks for Clearhead",
"main": "lib/index.js",
"scripts": {
"compile": "rm -rf ./lib/ && babel --plugins object-assign -d ./lib/ src/",
"prepublish": "npm run compile",
"bump": "npm version patch -m 'bump to v%s' && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clearhead/gulp-clearbuild.git"
},
"keywords": [
"Gulp",
"Clearhead",
"Optimizely",
"Browserify",
"ES6",
"JSX"
],
"author": "casecode <casey.r.white@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/clearhead/gulp-clearbuild/issues"
},
"homepage": "https://github.com/clearhead/gulp-clearbuild#readme",
"dependencies": {
"babel-core": "^5.8.21",
"babel-eslint": "^4.0.5",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"comment-regex": "^1.0.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-csslint": "^0.1.5",
"gulp-eslint": "^1.0.0",
"gulp-help": "^1.6.0",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.0",
"gulp-shell": "^0.4.2",
"process-finder": "^1.0.0",
"sassify": "^0.9.1",
"stringify": "^3.1.0",
"through2": "^2.0.0",
"uglify-js": "2.6.1"
},
"devDependencies": {
"babel": "^5.8.21"
}
}