-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 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
34
35
{
"name": "xmultiply",
"version": "0.3.7",
"description": "",
"main": "lib/index.js",
"files": [
"dist",
"lib"
],
"scripts": {
"clean": "rm -rf ./lib && mkdir ./lib",
"lib": "npm run clean && ./node_modules/.bin/babel src --presets babel-preset-es2015 --out-dir lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wh5938316/Xmultiply.git"
},
"author": "wh5938316",
"license": "ISC",
"bugs": {
"url": "https://github.com/wh5938316/Xmultiply/issues"
},
"homepage": "https://github.com/wh5938316/Xmultiply#readme",
"dependencies": {
"react": "^16.4.2",
"three": "^0.98.0",
"three-obj-loader": "^1.1.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1"
}
}