Merge pull request #670 from tomasAlabes/master
Ground for contributions
Showing
.gitignore
0 → 100644
.gitmodules
0 → 100644
copy.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "raphael", | |||
| "version": "2.1.0", | |||
| "description": "JavaScript Vector Library", | |||
| "main": "raphael.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git://github.com/DmitryBaranovskiy/raphael.git" | |||
| }, | |||
| "author": "Dmitry Baranovskiy", | |||
| "license": "MIT", | |||
| "readmeFilename": "README.markdown", | |||
| "gitHead": "52bff469f60988f1391e8b3d7cb5349163df8ba1", | |||
| "devDependencies": { | |||
| "uglify-js": "~2.2.3" | |||
| } | |||
| } |
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment