forked from dodo/node-raphael
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 804 Bytes
/
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
{
"name": "node-raphael",
"description": "wrapper for raphael for usage in nodejs",
"version": "0.0.2-2",
"homepage": "https://github.com/dodo/node-raphael",
"repository": {
"type": "git",
"url": "git://github.com/dodo/node-raphael.git"
},
"author": "dodo (https://github.com/dodo)",
"main": "node-raphael.js",
"keywords": ["raphael", "svg"],
"directories": {
"lib": "./src",
"examples": "./example"
},
"engines": {
"node": "0.4.x"
},
"scripts": {
"preinstall": "node-waf configure",
"install": "node-waf build",
"update": "node-waf build"
},
"dependencies": {
"jsdom": ">= 0.0.1",
"raphael": ">= 1.4.7-14-gdbe241f",
"coffee-script": ">= 1.0.0"
}
}