-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "miwatermark",
"version": "1.0.0",
"description": "miwatermark service",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"watch": "NODE_ENV=dev ./node_modules/.bin/gulp watch"
},
"repository": {
"type": "git",
"url": "/Users/cage/PycharmProjects/miwatermark-gulp"
},
"author": "KAI CHU CHUNG",
"devDependencies": {
"browserify": "^8.0.3",
"event-stream": "^3.2.1",
"glob": "^4.3.5",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-cleancss": "^0.2.2",
"gulp-concat": "^2.4.3",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^2.1.1",
"gulp-notify": "^2.1.0",
"gulp-react": "^2.0.0",
"gulp-rework": "^1.0.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.2",
"literalify": "^0.3.0",
"main-bower-files": "^2.4.1",
"path": "^0.11.14",
"prefix": "^0.2.1",
"reactify": "^0.17.1",
"rework": "^1.0.1",
"rework-plugin-inline": "^1.0.1",
"rework-suit": "^4.0.0",
"router": "git+https://[email protected]/philipwalton/router.git",
"streamqueue": "^0.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
}
}