forked from JedWatson/react-component-gulp-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.38 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.38 KB
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
{
"name": "react-component-gulp-tasks",
"version": "0.7.7",
"description": "Gulp Build Tasks for React Component Projects",
"main": "index.js",
"author": "Jed Watson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/react-component-gulp-tasks.git"
},
"dependencies": {
"aliasify": "2.0.0",
"babel-core": "6.17.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babelify": "7.3.0",
"brfs": "1.4.3",
"browserify": "13.1.1",
"browserify-shim": "3.8.12",
"camelcase": "3.0.0",
"capitalize": "1.0.0",
"chalk": "1.1.3",
"defaults": "1.0.3",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-bump": "2.4.0",
"gulp-connect": "5.0.0",
"gulp-gh-pages": "0.5.4",
"gulp-git": "1.12.0",
"gulp-less": "3.1.0",
"gulp-minify-css": "1.2.4",
"gulp-rename": "1.2.2",
"gulp-streamify": "1.0.2",
"gulp-uglify": "2.0.0",
"gulp-util": "3.0.7",
"merge-stream": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
},
"devDependencies": {
"happiness": "*"
},
"peerDependencies": {},
"scripts": {
"lint": "happiness",
"unit": "echo \"no tests yet\"",
"test": "npm run lint && npm run unit"
},
"keywords": [
"react",
"browserify",
"gulp"
]
}