-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "animations",
"version": "1.0.0",
"description": "d3 or WebGL animations, one each day",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node metalsmith.js serve",
"build": "node metalsmith.js",
"publish": "git push origin master && git subtree push --prefix animations origin gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfirebaugh/animations.git"
},
"author": "John Firebaugh <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jfirebaugh/animations/issues"
},
"homepage": "https://github.com/jfirebaugh/animations#readme",
"private": true,
"devDependencies": {
"a-big-triangle": "^1.0.2",
"babel-preset-es2015": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"diy-handlebars-helpers": "^1.0.10",
"gl": "^2.1.5",
"gl-shader": "^4.2.0",
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-browserify": "^0.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-date-in-filename": "0.0.14",
"metalsmith-layouts": "^1.4.4",
"metalsmith-pagination": "^1.4.0",
"metalsmith-paths": "^2.1.1",
"metalsmith-permalinks": "^0.4.1",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.1",
"pngjs": "^2.2.0",
"right-now": "^1.0.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}