-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 873 Bytes
/
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
{
"name": "meta-client",
"version": "0.0.0-c33",
"description": "Meta.js (Client)",
"homepage": "https://metajs.org",
"repository": {
"type": "git",
"url": "https://github.com/florianmaxim/meta.git"
},
"main": "lib/index.js",
"scripts": {
"test": "npm run build",
"build:docs": "documentation build src/** --shallow -f html -o docs",
"build": "npx babel src --out-dir lib --no-comments --minified",
"prepublish": "npm run build"
},
"author": "Florian Maxim",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.0",
"documentation": "^6.1.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"npx": "^10.0.1"
},
"dependencies": {
"oimo": "^1.0.9",
"three": "^0.110.0"
}
}