Merge pull request #1044 from DmitryBaranovskiy/webpack
Webpack and v2.2.0
Showing
.eslintrc.js
0 → 100644
cortex.json
deleted
100644 → 0
dev/.jshintrc
deleted
100644 → 0
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.
{ | ||
"name": "raphael", | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"description": "JavaScript Vector Library", | ||
"main": "raphael.amd.js", | ||
"main": "raphael.min.js", | ||
"author": { | ||
"name": "Dmitry Baranovskiy" | ||
}, | ||
... | ... | @@ -17,15 +17,18 @@ |
}, | ||
"devDependencies": { | ||
"bower": "1.4.1", | ||
"grunt": "0.4.5", | ||
"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" | ||
"eslint": "^2.7.0", | ||
"eslint-config-standard": "^5.1.0", | ||
"eslint-loader": "^1.3.0", | ||
"eslint-plugin-promise": "^1.1.0", | ||
"eslint-plugin-standard": "^1.3.2", | ||
"qunitjs": "1.21.0", | ||
"webpack": "^1.12.15" | ||
}, | ||
"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": { | ||
"type": "git", | ||
... | ... | @@ -34,7 +37,11 @@ |
"bugs": { | ||
"url": "https://github.com/DmitryBaranovskiy/raphael/issues" | ||
}, | ||
"keywords": ["svg", "vml", "javascript"], | ||
"keywords": [ | ||
"svg", | ||
"vml", | ||
"javascript" | ||
], | ||
"homepage": "http://dmitrybaranovskiy.github.io/raphael/", | ||
"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 source diff could not be displayed because it is too large.
You can
view the blob
instead.
raphael.no-deps.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
webpack.config.js
0 → 100644
Please
register
or
sign in
to comment