-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
56 lines (56 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
53
54
55
56
{
"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": "^1.7.2",
"babel-core": "^5.8.25",
"babel-plugin-object-assign": "^1.2.1",
"babelify": "^6.3.0",
"brfs": "^1.4.1",
"browserify": "^11.1.0",
"browserify-shim": "^3.8.10",
"camelcase": "^1.2.1",
"capitalize": "^1.0.0",
"chalk": "^1.1.1",
"defaults": "^1.0.2",
"del": "^2.0.2",
"gulp-babel": "^5.2.1",
"gulp-bump": "^0.3.1",
"gulp-connect": "^2.2.0",
"gulp-gh-pages": "^0.5.2",
"gulp-git": "^1.4.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"merge-stream": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"devDependencies": {
"happiness": "*"
},
"peerDependencies": {
"gulp": "^3.8.0"
},
"scripts": {
"lint": "happiness",
"unit": "echo \"no tests yet\"",
"test": "npm run lint && npm run unit"
},
"keywords": [
"react",
"browserify",
"gulp"
]
}