forked from gerald1248/timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "timeline",
"version": "0.3.4",
"description": "timeline generator",
"main": "timeline.go",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/gerald1248/timeline.git"
},
"author": "gerald1248",
"license": "MIT",
"homepage": "https://github.com/gerald1248/timeline",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.4",
"del": "^2.2.0",
"getos": "^2.8.2",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^3.0.0",
"gulp-jsonminify": "^1.0.0",
"gulp-md5": "^0.1.2",
"gulp-minify": "0.0.14",
"gulp-sourcemaps": "^1.9.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"os": "^0.1.1",
"run-sequence": "^1.2.2",
"through2": "^2.0.1",
"yargs": "^4.4.0"
}
}