You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
3.3 KiB
125 lines
3.3 KiB
{ |
|
"_args": [ |
|
[ |
|
"chartist@0.11.0", |
|
"C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit" |
|
] |
|
], |
|
"_from": "chartist@0.11.0", |
|
"_id": "chartist@0.11.0", |
|
"_inBundle": false, |
|
"_integrity": "sha1-hLpeBUkNCW2T3PqTQ+vDHvajvSg=", |
|
"_location": "/chartist", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "chartist@0.11.0", |
|
"name": "chartist", |
|
"escapedName": "chartist", |
|
"rawSpec": "0.11.0", |
|
"saveSpec": null, |
|
"fetchSpec": "0.11.0" |
|
}, |
|
"_requiredBy": [ |
|
"/" |
|
], |
|
"_resolved": "https://registry.npmjs.org/chartist/-/chartist-0.11.0.tgz", |
|
"_spec": "0.11.0", |
|
"_where": "C:\\Users\\Ovi-PC\\Downloads\\themekit-master\\themekit", |
|
"author": { |
|
"name": "Gion Kunz" |
|
}, |
|
"browser": "dist/chartist.js", |
|
"bugs": { |
|
"url": "https://github.com/gionkunz/chartist-js/issues" |
|
}, |
|
"config": { |
|
"banner": "/* Chartist.js <%= pkg.version %>\n * Copyright © <%= year %> Gion Kunz\n * Free to use under either the WTFPL license or the MIT license.\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-WTFPL\n * https://raw.githubusercontent.com/gionkunz/chartist-js/master/LICENSE-MIT\n */\n", |
|
"src": "src", |
|
"dist": "dist", |
|
"site": "site", |
|
"tmp": ".tmp", |
|
"public": ".public", |
|
"test": "test" |
|
}, |
|
"dependencies": {}, |
|
"description": "Simple, responsive charts", |
|
"devDependencies": { |
|
"assemble-dox": "0.0.2", |
|
"grunt": "^1.0.1", |
|
"grunt-assemble": "^0.4.0", |
|
"grunt-concurrent": "^2.3.0", |
|
"grunt-contrib-clean": "^1.0.0", |
|
"grunt-contrib-concat": "^1.0.1", |
|
"grunt-contrib-connect": "^1.0.2", |
|
"grunt-contrib-copy": "^1.0.0", |
|
"grunt-contrib-cssmin": "^1.0.1", |
|
"grunt-contrib-htmlmin": "^1.4.0", |
|
"grunt-contrib-imagemin": "^1.0.0", |
|
"grunt-contrib-jasmine": "^1.0.3", |
|
"grunt-contrib-jshint": "^1.0.0", |
|
"grunt-contrib-uglify": "^1.0.1", |
|
"grunt-contrib-watch": "^1.0.0", |
|
"grunt-critical": "^0.2.1", |
|
"grunt-newer": "^1.1.0", |
|
"grunt-sass": "^1.1.0", |
|
"grunt-svgmin": "^3.2.0", |
|
"grunt-template": "^0.2.3", |
|
"grunt-umd": "^2.3.1", |
|
"grunt-usemin": "^3.1.1", |
|
"handlebars-helpers": "^0.6.1", |
|
"jasmine-jquery": "^2.1.1", |
|
"jquery": "^3.0.0", |
|
"jshint-stylish": "^2.2.0", |
|
"load-grunt-config": "^0.19.2", |
|
"lodash": "^4.13.1", |
|
"seed-random": "^2.2.0", |
|
"time-grunt": "^1.0.0" |
|
}, |
|
"engines": { |
|
"node": ">=4.6.0" |
|
}, |
|
"files": [ |
|
"dist", |
|
"LICENSE-WTFPL", |
|
"LICENSE-MIT", |
|
"package.json", |
|
"README.md" |
|
], |
|
"homepage": "https://gionkunz.github.io/chartist-js", |
|
"keywords": [ |
|
"chartist", |
|
"responsive charts", |
|
"charts", |
|
"charting" |
|
], |
|
"license": "MIT OR WTFPL", |
|
"licenses": [ |
|
{ |
|
"type": "WTFPL", |
|
"url": "https://github.com/gionkunz/chartist-js/blob/master/LICENSE-WTFPL" |
|
}, |
|
{ |
|
"type": "MIT", |
|
"url": "https://github.com/gionkunz/chartist-js/blob/master/LICENSE-MIT" |
|
} |
|
], |
|
"main": "dist/chartist.js", |
|
"name": "chartist", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/gionkunz/chartist-js.git" |
|
}, |
|
"scripts": { |
|
"build": "grunt build", |
|
"dev": "grunt dev", |
|
"preview": "grunt preview", |
|
"public": "grunt public", |
|
"start": "grunt", |
|
"test": "grunt test" |
|
}, |
|
"style": "dist/chartist.min.css", |
|
"title": "Chartist.js", |
|
"version": "0.11.0" |
|
}
|
|
|