forked from versionpress/versionpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 779 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 779 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
33
34
{
"name": "versionpress",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"chalk": "^1.1.1",
"coffee-script": "~1.10.0",
"del": "~2.0.2",
"gulp": "~3.9.0",
"gulp-composer": "^0.1.0",
"gulp-git": "^1.0.1",
"gulp-help": "^1.6.1",
"gulp-remove-lines": "^0.1.0",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.4",
"gulp-shell": "~0.4.3",
"gulp-zip": "~3.0.2",
"merge-stream": "^1.0.0",
"yamljs": "^0.2.6",
"run-sequence": "^1.1.5",
"shelljs": "^0.5.3"
},
"scripts": {
"postinstall": "gulp init-dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL"
}