Current File : /home/tradevaly/www/node_modules/raphael/package.json |
{
"_args": [
[
"git+https://github.com/nhn/raphael.git#2.2.0-c",
"/home/skote/public_html"
]
],
"_from": "git+https://github.com/nhn/raphael.git#2.2.0-c",
"_id": "raphael@git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0",
"_inBundle": false,
"_integrity": "",
"_location": "/raphael",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/nhn/raphael.git#2.2.0-c",
"rawSpec": "git+https://github.com/nhn/raphael.git#2.2.0-c",
"saveSpec": "git+https://github.com/nhn/raphael.git#2.2.0-c",
"fetchSpec": "https://github.com/nhn/raphael.git",
"gitCommittish": "2.2.0-c"
},
"_requiredBy": [
"/tui-chart"
],
"_resolved": "git+https://github.com/nhn/raphael.git#78a6ed3ec269f33b6457b0ec66f8c3d1f2ed70e0",
"_spec": "git+https://github.com/nhn/raphael.git#2.2.0-c",
"_where": "/home/skote/public_html",
"author": {
"name": "Dmitry Baranovskiy"
},
"bugs": {
"url": "https://github.com/DmitryBaranovskiy/raphael/issues"
},
"contributors": [
{
"name": "Tomas Alabes",
"url": "https://github.com/tomasAlabes"
}
],
"dependencies": {
"eve": "git://github.com/adobe-webplatform/eve.git#eef80ed"
},
"description": "JavaScript Vector Library",
"devDependencies": {
"bower": "1.4.1",
"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"
},
"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.0-c"
}