forked from enviPath/enviPy
Current Dev State
This commit is contained in:
72
static/js/ketcher2/node_modules/raphael/package.json
generated
vendored
Normal file
72
static/js/ketcher2/node_modules/raphael/package.json
generated
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
{
|
||||
"_from": "raphael@2.2.7",
|
||||
"_id": "raphael@2.2.7",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-IxsZFB+NCGmG2PrOtm+LVi7iyBA=",
|
||||
"_location": "/raphael",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "raphael@2.2.7",
|
||||
"name": "raphael",
|
||||
"escapedName": "raphael",
|
||||
"rawSpec": "2.2.7",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.2.7"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/raphael/-/raphael-2.2.7.tgz",
|
||||
"_shasum": "231b19141f8d086986d8faceb66f8b562ee2c810",
|
||||
"_spec": "raphael@2.2.7",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
||||
"author": {
|
||||
"name": "Dmitry Baranovskiy"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/DmitryBaranovskiy/raphael/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Tomas Alabes",
|
||||
"url": "https://github.com/tomasAlabes"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"eve-raphael": "0.5.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "JavaScript Vector Library",
|
||||
"devDependencies": {
|
||||
"bower": "1.8.0",
|
||||
"eslint": "3.10.0",
|
||||
"eslint-config-standard": "6.2.1",
|
||||
"eslint-loader": "1.6.1",
|
||||
"eslint-plugin-promise": "3.3.2",
|
||||
"eslint-plugin-standard": "2.0.1",
|
||||
"qunitjs": "2.0.1",
|
||||
"webpack": "1.13.3"
|
||||
},
|
||||
"homepage": "http://dmitrybaranovskiy.github.io/raphael/",
|
||||
"keywords": [
|
||||
"svg",
|
||||
"vml",
|
||||
"javascript"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "raphael.min.js",
|
||||
"name": "raphael",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/DmitryBaranovskiy/raphael.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "webpack && webpack --min && webpack --no-deps && webpack --no-deps --min",
|
||||
"start": "npm install && bower install",
|
||||
"test": "echo \"Open dev/test/index.html with your browser\" && exit 1"
|
||||
},
|
||||
"version": "2.2.7"
|
||||
}
|
||||
Reference in New Issue
Block a user