-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
83 lines (83 loc) · 2.63 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
82
83
{
"name": "dev",
"version": "1.0.0",
"description": "Wercker developer center",
"main": "index.js",
"private": true,
"scripts": {
"build": "make build",
"postinstall": "echo 'linklocal' && linklocal link -r && linklocal list -r | bulk -c 'npm install'",
"start": "make all",
"nwstart": "NODE_ENV=development ./bin.js server -p 1337",
"nwbuild": "./bin.js build",
"test": "make test",
"watch": "watchify index.js -t brfs -o build/bundle.js"
},
"repository": "wercker/dev",
"keywords": [],
"license": "MIT",
"dependencies": {
"@docs/api": "file:docs-api",
"@docs/articles": "file:docs-articles",
"@docs/build": "file:docs-build",
"@docs/cards": "file:docs-cards",
"@docs/footer": "file:docs-footer",
"@docs/gh-button": "file:docs-gh-button",
"@docs/header": "file:docs-header",
"@docs/highlight": "file:docs-highlight",
"@docs/learnblocks": "file:docs-learnblocks",
"@docs/metrics": "file:docs-metrics",
"@docs/nav": "file:docs-nav",
"@docs/page-not-found": "file:docs-page-not-found",
"@docs/quicklinks": "file:docs-quicklinks",
"@docs/sidebar": "file:docs-sidebar",
"@react/icon": "file:react-icon",
"@wercker/wercker-animations": "file:wercker-animations",
"@wercker/wercker-colors": "file:wercker-colors",
"@wercker/wercker-flex": "file:wercker-flex",
"@wercker/wercker-fonts": "file:wercker-fonts",
"@wercker/wercker-logo": "file:wercker-logo",
"@wercker/wercker-typography": "file:wercker-typography",
"cliclopts": "^1.1.0",
"css-wipe": "^1.0.1",
"directory-to-json": "^1.3.0",
"global": "^4.3.0",
"minimist": "^1.1.1",
"object-assign": "^1.0.0",
"react": "^0.11.2",
"server-summary": "^1.0.0",
"slugificate": "^0.2.1",
"through2": "^0.6.3",
"webcomponents.js": "^0.6.0"
},
"devDependencies": {
"brfs": "^1.2.0",
"browserify": "^6.1.0",
"bulk": "^2.0.0-alpha-0",
"envify": "^3.0.0",
"es6ify": "^1.4.0",
"eslint": "^0.8.2",
"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-mocha": "^1.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.2",
"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",
"mustache": "^0.8.2",
"should": "^4.1.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.1.1"
}
}