-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 939 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
36
37
38
39
40
41
42
{
"name": "axial3d",
"version": "1.1.2",
"description": "3D effect page like github404",
"main": "dist/axial3d.min.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack --w",
"build": "webpack --proress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bestvist/axial-3d.git"
},
"keywords": [
"3d",
"axial",
"mouse",
"github404",
"effect"
],
"author": "bestvist",
"license": "MIT",
"files":[
"dist",
"src"
],
"bugs": {
"url": "https://github.com/bestvist/axial-3d/issues"
},
"homepage": "https://github.com/bestvist/axial-3d#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}