-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
47 lines (47 loc) · 1.45 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
44
45
46
47
{
"name": "aframe-svg-extruder",
"version": "1.0.2",
"description": "A-Frame component to extrude your SVG's files and use in WebVR scenes like magic 🌟",
"main": "dist/index.min.js",
"scripts": {
"dev": "webpack --watch",
"build": "webpack -p",
"start": "concurrently -n npm:dev npm:http-server",
"http-server": "live-server example/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luiguild/aframe-svg-extruder.git"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.0.0",
"eslint": "^3.7.1",
"eslint-config-standard": "^6.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.5.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.6.1",
"concurrently": "^3.6.0",
"live-server": "^1.2.0"
},
"keywords": [],
"author": "Luigui Delyer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/luiguild/aframe-svg-extruder/issues"
},
"homepage": "https://github.com/luiguild/aframe-svg-extruder#readme",
"dependencies": {
"load-svg": "^1.0.0"
}
}