forked from DmitryBaranovskiy/raphael
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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": "raphael",
"version": "2.2.6",
"description": "JavaScript Vector Library",
"main": "raphael.min.js",
"author": {
"name": "Dmitry Baranovskiy"
},
"contributors": [
{
"name": "Tomas Alabes",
"url": "https://github.com/tomasAlabes"
}
],
"dependencies": {
"eve": "0.5.0"
},
"devDependencies": {
"bower": "1.7.9",
"eslint": "3.6.1",
"eslint-config-standard": "6.2.0",
"eslint-loader": "1.5.0",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-standard": "2.0.1",
"qunitjs": "2.0.1",
"webpack": "1.13.2"
},
"scripts": {
"start": "npm install && bower install",
"build": "webpack && webpack --min && webpack --no-deps && webpack --no-deps --min",
"test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/DmitryBaranovskiy/raphael.git"
},
"bugs": {
"url": "https://github.com/DmitryBaranovskiy/raphael/issues"
},
"keywords": [
"svg",
"vml",
"javascript"
],
"homepage": "http://dmitrybaranovskiy.github.io/raphael/",
"license": "MIT"
}