-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 759 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 759 Bytes
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
{
"name": "mama2",
"description": "妈妈计划2",
"version": "0.0.0",
"author": "朱一<zythum02@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zythum/mama2.git"
},
"dependencies": {
"gulp": "3.9.0",
"gulp-uglify": "1.1.0",
"gulp-webserver": "0.9.0",
"gulp-util": "3.0.4",
"gulp-sourcemaps": "1.5.2",
"gulp-rename": "1.2.2",
"browserify": "10.1.3",
"watchify": "3.2.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"chalk": "1.0.0",
"fd-gulp-chinese2unicode": "0.0.1"
},
"bugs": {
"url": "https://github.com/zythum/mama2/issues"
},
"homepage": "https://github.com/zythum/mama2",
"scripts": {
"start": "gulp"
}
}