forked from kartograph/kartograph.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 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
{
"name" : "kartograph-js",
"description" : "JavaScript library for SVG mapping",
"version" : "0.8.7",
"author" : "Gregor Aisch",
"filename" : "kartograph.js",
"homepage" : "http://kartograph.org",
"keywords" : ["svg", "map", "raphael"],
"maintainers" : [
{ "name": "Gregor Aisch", "email": "[email protected]", "web": "http://driven-by-data.net" }
],
"bugs" : "https://github.com/kartograph/kartograph.js/issues",
"repositories" : [
{ "type": "git", "url" : "git://github.com/kartograph/kartograph.js.git" }
],
"main" : "kartograph.js",
"scripts" : {
"compile": "./build.sh"
},
"dependencies": {
"jquery" : "1.x",
"raphael" : "2.x"
},
"devDependencies": {
"uglify-js" : "2.x",
"coffee-script" : "1.2"
},
"npmName": "kartograph-js",
"npmFileMap": [{
"basePath" : "/dist/",
"files": [
"*.js"
]
}]
}