forked from geelen/Snap.svg-cjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "snapsvg-cjs",
"version": "0.0.6",
"description": "SnapSVG in CommonJS format, works out-of-the-box with Webpack",
"main": "dist/snap.svg-cjs.js",
"scripts": {
"build": "gulp && webpack dist/snap.svg-cjs.js --output-file=dist/snap.svg.js",
"start": "superstatic",
"pretest": "npm run build",
"test": "karma"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geelen/Snap.svg-cjs.git"
},
"keywords": [
"snapsvg",
"svg",
"webpack"
],
"author": "Glen Maddern",
"license": "MIT",
"bugs": {
"url": "https://github.com/geelen/Snap.svg-cjs/issues"
},
"homepage": "https://github.com/geelen/Snap.svg-cjs#readme",
"dependencies": {
"snapsvg": "0.5.1"
},
"peerDependencies": {
"eve": "~0.5.1"
},
"devDependencies": {
"assert": "^1.3.0",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"expect.js": "^0.3.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"mocha": "^2.3.4",
"superstatic": "^4.0.1",
"webpack": "^1.12.11"
}
}