-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.7 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
{
"name": "killrvideo.github.io",
"version": "1.0.0",
"description": "The docs and info site for Killrvideo at https://killrvideo.github.io",
"main": "index.js",
"scripts": {
"clean": "rimraf out",
"build": "npm-run-all clean build:broccoli",
"build:broccoli": "broccoli build out",
"watch": "broccoli serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KillrVideo/killrvideo.github.io.git"
},
"author": "Luke Tillman <[email protected]> (http://www.luketillman.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/KillrVideo/killrvideo.github.io/issues"
},
"homepage": "https://killrvideo.github.io",
"private": true,
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"broccoli": "^0.16.9",
"broccoli-browser-sync": "^1.0.0",
"broccoli-caching-writer": "^3.0.0",
"broccoli-cli": "^1.0.0",
"broccoli-filter": "^1.2.3",
"broccoli-funnel": "^1.0.3",
"broccoli-merge-trees": "^1.1.2",
"broccoli-plugin": "^1.2.1",
"broccoli-sass": "^0.7.0",
"broccoli-webpack": "^0.1.3",
"cheerio": "^0.20.0",
"fs-extra": "^0.30.0",
"git-rev": "^0.2.1",
"highlight.js": "^9.5.0",
"js-yaml": "^3.6.1",
"marked": "^0.3.5",
"merge": "^1.2.0",
"minimatch": "^3.0.2",
"npm-run-all": "^2.3.0",
"nunjucks": "^2.4.2",
"resolve": "^1.1.7",
"rimraf": "^2.5.4",
"walk-sync": "^0.3.0",
"webpack": "^1.13.1"
},
"dependencies": {
"bulma": "^0.1.0",
"cash-dom": "^1.3.4",
"font-awesome": "^4.6.3",
"lodash.throttle": "^4.1.1"
}
}