-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "three-time",
"version": "0.9.4",
"description": "Replacement for THREE.Clock with added features, including time scaling",
"main": "build/index.js",
"scripts": {
"build": "node build.js",
"prepublish": "npm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/looeee/npm-three-time.git"
},
"keywords": [
"timing",
"stopwatch",
"threejs",
"webgl",
"clock",
"time",
"timer"
],
"author": "Lewy Blue <welcome@discoverthreejs.com> (https://discoverthreejs.com)",
"license": "MIT",
"homepage": "https://discoverthreejs.com/",
"bugs": {
"url": "https://github.com/looeee/npm-three-time/issues"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.4.0",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^23.4.1",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.44.0",
"rollup-plugin-babel": "^3.0.4",
"watch": "^1.0.2"
}
}