-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
57 lines (57 loc) · 1.22 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
53
54
55
56
57
{
"name": "SVG-Input-Elements",
"version": "0.3.1",
"description": "A JavaScript implementation of an inline SVG textarea",
"main": "gulpfile.js",
"directories": {
"example": "examples",
"lib": "dist"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/silence150/SVG-Input-Elements.git"
},
"keywords": [
"svg",
"js",
"textarea",
"input",
"edit"
],
"author": {
"name": "Josef Engelfrost",
"email": "[email protected]"
},
"contributors": [
{
"name": "Tim Brandin",
"email": "[email protected]"
},
{
"name": "Josef Engelfrost",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/silence150/SVG-Input-Elements/issues"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-concat": "~2.2.0",
"gulp-cached": "~0.0.3",
"gulp-remember": "~0.2.0",
"gulp-coffee": "~2.0.0",
"karma": "~0.12.16",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.4",
"karma-chrome-launcher": "~0.1.4",
"gulp-uglify": "~0.3.0",
"gulp-rename": "~1.2.0",
"browser-sync": "~1.1.2"
}
}