This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.82 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
{
"name": "hardcover",
"version": "0.4.0",
"description": "Unofficial hardcover animation module for the interactive handbook by Bureau Gorbunov Publishing",
"scripts": {
"commit": "git-cz",
"start": "webpack-dev-server --open",
"test": "eslint ./_src ./dev-tasks gulpfile.js webpack.config.js",
"release": "npm-run-all test release-after-test",
"release-after-test": "gulp release",
"flow": "flow"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terales/hardcover.git"
},
"keywords": [
"book-cover",
"webgl",
"animation-3d"
],
"author": "Aleksander Terekhov (https://www.terales.info/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/terales/hardcover/issues"
},
"homepage": "https://github.com/terales/hardcover#readme",
"devDependencies": {
"commitizen": "2.*",
"conventional-changelog": "1.*",
"conventional-recommended-bump": "1.*",
"del": "2.2.*",
"epithet": "1.1.*",
"eslint": "3.*",
"eslint-config-standard": "10.*",
"eslint-plugin-import": "2.*",
"eslint-plugin-node": "4.*",
"eslint-plugin-promise": "3.*",
"eslint-plugin-standard": "3.*",
"flow-bin": "0.46.0",
"gh-pages": "0.12.*",
"gulp": "3.9.*",
"gulp-bump": "2.7.*",
"gulp-git": "2.2.*",
"gulp-load-plugins": "1.5.*",
"gulp-task-loader": "1.4.*",
"npm-run-all": "4.0.2",
"publish-release": "1.3.*",
"remove-flow-types-loader": "1.0.0",
"require-uncached": "1.0.*",
"run-sequence": "1.2.*",
"shader-loader": "1.3.*",
"twgl.js": "3.3.0",
"webgl-fundamentals": "github:greggman/webgl-fundamentals",
"webpack": "2.*",
"webpack-dev-server": "2.*",
"webpack-stream": "3.2.*"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}