-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.19 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
48
49
50
51
52
{
"name": "svg-sketch",
"description": "svg widget",
"keywords": "svg sketch json",
"repository": {
"type": "git",
"url": "git://github.com/jameskyburz/svg-sketch"
},
"author": {
"name": "James Kyburz",
"email": "james.kyburz@gmail.com"
},
"browserify": {
"transform": [
"brfs"
]
},
"main": "index.js",
"version": "1.4.32",
"scripts": {
"test": "zuul test/*.js --phantom | faucet",
"test-browsers": "remove-saucelabs-jobs-by-build && zuul test/*.js",
"build": "browserify -s SvgSketch -e ./ | uglifyjs -c warnings=false -m > svg-sketch.min.js",
"prepublish": "standard"
},
"files": [
"event_stream.js",
"index.html",
"index.js",
"style.css"
],
"dependencies": {
"brfs": "1.4.3",
"color": "0.11.4",
"hyperglue": "2.0.1",
"inherits": "2.0.3",
"insert-css": "0.1.0",
"shallow-copy": "0.0.1",
"xtend": "4.0.1"
},
"devDependencies": {
"faucet": "0.0.1",
"function-bind": "1.1.0",
"remove-saucelabs-jobs-by-build": "1.0.19",
"standard": "10.0.2",
"svg-sketch-controls": "1.0.15",
"tape": "4.6.3",
"zuul": "3.11.1",
"zuul-ngrok": "4.0.0"
},
"license": "MIT"
}