update package.json
Showing
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "raphael", | "name": "raphael", | ||
"version": "2.1.2", | "version": "2.1.2", | ||
"description": "JavaScript Vector Library", | "description": "JavaScript Vector Library", | ||
"main": "./dev/index.js", | "main": "./dev", | ||
"repository": "git://github.com/DmitryBaranovskiy/raphael.git", | "repository": "git://github.com/DmitryBaranovskiy/raphael.git", | ||
"keywords": [ | "keywords": [ | ||
"vector", | "vector", | ||
... | @@ -17,8 +17,11 @@ | ... | @@ -17,8 +17,11 @@ |
"url": "http://github.com/DmitryBaranovskiy/raphael/issues" | "url": "http://github.com/DmitryBaranovskiy/raphael/issues" | ||
}, | }, | ||
"homepage": "http://github.com/DmitryBaranovskiy/raphael", | "homepage": "http://github.com/DmitryBaranovskiy/raphael", | ||
"cortex":{ | "dependencies":{ | ||
"dependencies":{ | "eve":"^0.5.0" | ||
}, | |||
"cortex": { | |||
"dependencies" : { | |||
"eve":"^0.5.0" | "eve":"^0.5.0" | ||
} | } | ||
} | } | ||
... | ... |
Please
register
or
sign in
to comment