This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
forked from clearhead/gulp-clearbuild
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
53
54
55
56
57
58
{
"name": "gulp-crometrics",
"version": "0.0.24",
"description": "Predefined Gulp Tasks for CROmetrics (fork of gulp-clearhead)",
"main": "lib/index.js",
"scripts": {
"compile": "node bin/compile.js && node node_modules/babel-cli/bin/babel.js --plugins transform-object-assign src/ -d ./lib/",
"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/crometrics/gulp-crometrics.git"
},
"keywords": [
"Gulp",
"crometrics",
"Optimizely",
"Browserify",
"ES6",
"JSX"
],
"author": "eclecto <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/crometrics/gulp-crometrics/issues"
},
"homepage": "https://github.com/crometrics/gulp-crometrics#readme",
"dependencies": {
"babel-cli": "^6.6.4",
"babel-core": "^6.7.0",
"babel-eslint": "^6.0.2",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-plugin-transform-react-jsx": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"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",
"path": "^0.12.7",
"process-finder": "^1.0.0",
"sassify": "^0.9.1",
"stringify": "^3.1.0",
"through2": "^2.0.0",
"uglify-js": "^2.4.24"
},
"devDependencies": {
"rimraf": "^2.5.2"
}
}