update package.json

This commit is contained in:
supersheep 2014-07-11 10:40:19 +08:00
parent e8b4b38ac5
commit 02f8355883
1 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"name": "raphael",
"version": "2.1.2",
"description": "JavaScript Vector Library",
"main": "./dev/index.js",
"main": "./dev",
"repository": "git://github.com/DmitryBaranovskiy/raphael.git",
"keywords": [
"vector",
@ -17,8 +17,11 @@
"url": "http://github.com/DmitryBaranovskiy/raphael/issues"
},
"homepage": "http://github.com/DmitryBaranovskiy/raphael",
"cortex":{
"dependencies":{
"dependencies":{
"eve":"^0.5.0"
},
"cortex": {
"dependencies" : {
"eve":"^0.5.0"
}
}