forked from DmitryBaranovskiy/raphael
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "raphael",
"version": "2.1.4",
"description": "JavaScript Vector Library",
"main": "raphael.amd.js",
"author": {
"name": "Dmitry Baranovskiy"
},
"contributors": [
{
"name": "Tomas Alabes",
"url": "https://github.com/tomasAlabes"
}
],
"dependencies": {
"eve": "git://github.com/adobe-webplatform/eve.git#eef80ed"
},
"devDependencies": {
"bower": "1.4.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-uglify": "0.2.0",
"grunt-replace": "0.8.0",
"qunitjs": "1.21.0"
},
"scripts": {
"test": "npm install && bower install && 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"
}