webpack ready, just eslint missing
Showing
dev/amdDev.js
deleted
100644 → 0
dev/banner.txt
0 → 100644
dev/copy.js
deleted
100644 → 0
dev/eve.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
"name": "raphael", | "name": "raphael", | ||
"version": "2.1.4", | "version": "2.1.4", | ||
"description": "JavaScript Vector Library", | "description": "JavaScript Vector Library", | ||
"main": "raphael.amd.js", | "main": "raphael.min.js", | ||
"author": { | "author": { | ||
"name": "Dmitry Baranovskiy" | "name": "Dmitry Baranovskiy" | ||
}, | }, | ||
... | @@ -17,15 +17,13 @@ | ... | @@ -17,15 +17,13 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"bower": "1.4.1", | "bower": "1.4.1", | ||
"grunt": "0.4.5", | "eslint-loader": "^1.3.0", | ||
"grunt-cli": "0.1.13", | |||
"grunt-contrib-concat": "0.5.0", | |||
"grunt-contrib-uglify": "0.2.0", | |||
"grunt-replace": "0.8.0", | |||
"qunitjs": "1.21.0" | "qunitjs": "1.21.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"test": "npm install && bower install && echo \"Open dev/test/index.html with your browser\" && exit 1" | "start": "npm install && bower install", | ||
"build": "webpack && webpack --min && webpack --no-deps && webpack --no-deps --min", | |||
"test": "echo \"Open dev/test/index.html with your browser\" && exit 1" | |||
}, | }, | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
... | @@ -34,7 +32,11 @@ | ... | @@ -34,7 +32,11 @@ |
"bugs": { | "bugs": { | ||
"url": "https://github.com/DmitryBaranovskiy/raphael/issues" | "url": "https://github.com/DmitryBaranovskiy/raphael/issues" | ||
}, | }, | ||
"keywords": ["svg", "vml", "javascript"], | "keywords": [ | ||
"svg", | |||
"vml", | |||
"javascript" | |||
], | |||
"homepage": "http://dmitrybaranovskiy.github.io/raphael/", | "homepage": "http://dmitrybaranovskiy.github.io/raphael/", | ||
"license": "MIT" | "license": "MIT" | ||
} | } |
raphael-min.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
raphael-nodeps-min.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
raphael.amd.js
deleted
100644 → 0
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
raphael.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
raphael.no-deps.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment