-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 981 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
{
"name": "gg-bikes",
"version": "0.0.1",
"description": "Please read the [wiki page](https://github.com/geometrygeeks/visual-comparison/wiki). There isn't a website for this project yet.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"dev": "webpack-dev-server --open --hot --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdtoy/visual-comparison.git"
},
"author": "Geometry Geeks",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdtoy/visual-comparison/issues"
},
"homepage": "https://github.com/jdtoy/visual-comparison#readme",
"devDependencies": {
"imports-loader": "^0.7.1",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"snap.svg.zpd": "0.0.11",
"snapsvg": "^0.5.1"
}
}