add commonjs support
Showing
dev/index.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "raphael", | |||
| "version": "2.1.2", | |||
| "description": "JavaScript Vector Library", | |||
| "main": "./dev/index.js", | |||
| "repository": "git://github.com/DmitryBaranovskiy/raphael.git", | |||
| "keywords": [ | |||
| "vector", | |||
| "canvas", | |||
| "visualization" | |||
| ], | |||
| "license": "MIT", | |||
| "author": { | |||
| "name": "Dmitry Baranovskiy" | |||
| }, | |||
| "bugs": { | |||
| "url": "http://github.com/DmitryBaranovskiy/raphael/issues" | |||
| }, | |||
| "homepage": "http://github.com/DmitryBaranovskiy/raphael", | |||
| "cortex":{ | |||
| "dependencies":{ | |||
| "eve":"^0.5.0" | |||
| } | |||
| } | |||
| } | |||
| \ No newline at end of file |
Please
register
or
sign in
to comment