106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"progressbar.js@1.1.0",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "progressbar.js@1.1.0",
|
|
"_id": "progressbar.js@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-K68/xcyXKo2I6T3PfIkXrRaycxROmWeU4bugb49iulWR25cU94PM0cfZ47S0jDhG5K3vPhZwCOy1fgb5Pgh6UQ==",
|
|
"_location": "/progressbar.js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "progressbar.js@1.1.0",
|
|
"name": "progressbar.js",
|
|
"escapedName": "progressbar.js",
|
|
"rawSpec": "1.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/react-es6-progressbar.js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/progressbar.js/-/progressbar.js-1.1.0.tgz",
|
|
"_spec": "1.1.0",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Kimmo Brunfeldt",
|
|
"email": "kimmobrunfeldt@gmail.com",
|
|
"url": "http://kimmobrunfeldt.github.io/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kimmobrunfeldt/progressbar.js/issues"
|
|
},
|
|
"dependencies": {
|
|
"shifty": "^2.1.2"
|
|
},
|
|
"description": "Responsive and slick progress bars with animated SVG paths",
|
|
"devDependencies": {
|
|
"bluebird": "^2.3.6",
|
|
"browserify": "^13.0.0",
|
|
"chai": "^1.10.0",
|
|
"chai-stats": "github:kimmobrunfeldt/chai-stats",
|
|
"commander": "^2.4.0",
|
|
"concurrently": "^2.0.0",
|
|
"eslint": "^1.0.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-cli": "^0.1.13",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
"grunt-karma": "^2.0.0",
|
|
"grunt-shell": "^1.1.1",
|
|
"jscs": "^2.0.0",
|
|
"karma": "^2.0.2",
|
|
"karma-browserify": "^5.2.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-sauce-launcher": "^1.2.0",
|
|
"lodash": "^2.4.1",
|
|
"mocha": "^2.0.1",
|
|
"mustache": "^2.3.0",
|
|
"node-static": "^0.7.7",
|
|
"np": "^5.1.2",
|
|
"semver": "^4.1.0",
|
|
"shelljs": "^0.3.0",
|
|
"sinon": "~1.14.1",
|
|
"string": "^2.2.0",
|
|
"testem": "^1.6.0",
|
|
"watchify": "^3.9.0"
|
|
},
|
|
"homepage": "https://kimmobrunfeldt.github.io/progressbar.js/",
|
|
"keywords": [
|
|
"progress",
|
|
"bar",
|
|
"js",
|
|
"svg",
|
|
"circular",
|
|
"circle",
|
|
"pace",
|
|
"radial",
|
|
"line",
|
|
"loading",
|
|
"loader",
|
|
"semi-circle",
|
|
"indicator"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/main.js",
|
|
"name": "progressbar.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/kimmobrunfeldt/progressbar.js.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "concurrently 'npm run serve' 'grunt watch' 'open http://localhost:8080'",
|
|
"eslint": "eslint --ext .js ./src ./test",
|
|
"jscs": "jscs ./src ./test",
|
|
"lint": "./tools/lint.sh",
|
|
"serve": "static ./local-dev -c 0",
|
|
"test": "./tools/test.sh"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|