-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"name": "three-water",
"version": "0.0.1",
"description": "three-water",
"scripts": {
"build": "webpack"
},
"files": [
"dist",
"src"
],
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-es5-property-mutators": "^6.22.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"raw-loader": "^0.5.1",
"three": "^0.87.1",
"webpack": "^2.2.0"
},
"dependencies": {},
"author": {
"name": "王健(Jason Wang)",
"email": "[email protected]",
"url": "http://github.com/wjsjtu"
},
"homepage": "http://wjsjtu.github.io/",
"keywords": [
"three",
"water"
]
}