forked from yoshuawuyts/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.22 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "dev",
"version": "1.0.0",
"description": "Wercker developer center",
"main": "index.js",
"private": true,
"scripts": {
"build": "gulp build",
"checkLinks": "gulp checkLinks",
"clean": "rm -rf {cache,release,coverage}",
"content": "gulp content",
"format": "semistandard-format -w",
"open": "open http://localhost:1337 && httpster -d build -p 1337",
"server": "httpster -d build -p 1337",
"start": "npm run build && npm run server",
"test": "semistandard",
"watch": "watchify index.js -t brfs -o build/bundle.js"
},
"repository": "wercker/dev",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.1.17",
"bl": "^0.9.4",
"brick-router": "^2.0.1",
"browserify": "^9.0.8",
"cliclopts": "^1.1.0",
"css-wipe": "^1.0.1",
"custom-element": "^2.0.0",
"directory-to-json": "^1.3.0",
"global": "^4.3.0",
"minimist": "^1.1.1",
"minimist": "^1.1.1",
"myth": "^1.4.0",
"object-assign": "^1.0.0",
"react": "^0.11.2",
"rework": "^1.0.1",
"server-summary": "^1.0.0",
"slugificate": "^0.2.1",
"split": "^0.3.3",
"through2": "^0.6.3",
"watchify": "^3.1.2",
"webcomponents.js": "^0.6.0"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^6.1.0",
"bulk": "^2.0.0-alpha-0",
"check-pages": "^0.9",
"connect": "^3.4",
"envify": "^3.0.0",
"es6ify": "^1.4.0",
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-flatten": "0.0.4",
"gulp-front-matter": "^1.0.0",
"gulp-livereload": "^2.1.1",
"gulp-myth": "^1.0.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"gulpsmith": "^0.5.2",
"httpster": "^0.6.0",
"istanbul": "^0.3.13",
"linklocal": "^2.3.1",
"metalsmith": "^1.0.1",
"metalsmith-lunr": "0.0.4",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metallic": "^0.2.0",
"metalsmith-templates": "^0.6.0",
"metalsmith-title": "wercker/metalsmith-title",
"mustache": "^0.8.2",
"react-sticky": "2.3.0",
"semistandard": "^7.0.0",
"semistandard-format": "^1.3.6",
"serve-static": "^1.10",
"standard": "^3.6.1",
"tape": "^4.0.0",
"vinyl-source-stream": "^1.0.0",
"walk": "^2",
"watchify": "^3.1.1"
}
}