Advertisement
Guest User

Untitled

a guest
Jun 28th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 6.28 KB | None | 0 0
  1. {"_id":"sigma","_rev":"2-aaa7dcc60b2de0b0e40861ba4ff2fb12","name":"sigma","description":"A JavaScript library dedicated to graph drawing.","dist-tags":{"latest":"1.1.0"},"versions":{"1.0.2":{"name":"sigma","version":"1.0.2","description":"A JavaScript library dedicated to graph drawing.","homepage":"http://sigmajs.org","bugs":{"url":"http://github.com/jacomyal/sigma.js/issues"},"repository":{"type":"git","url":"http://github.com/jacomyal/sigma.js.git"},"license":"MIT","main":"build/sigma.require.js","devDependencies":{"grunt-cli":"^0.1.13","grunt":"~0.4.4","grunt-contrib-qunit":"~0.4.0","grunt-contrib-uglify":"~0.4.0","grunt-closure-linter":"~0.1.4","grunt-contrib-jshint":"~0.9.2","grunt-contrib-concat":"~0.4.0","load-grunt-tasks":"~0.4.0","grunt-sed":"~0.1.1","grunt-zip":"~0.13.0","http-server":"~0.6.1"},"scripts":{"start":"http-server -p 8000","test":"grunt travis","build":"grunt uglify","prepublish":"grunt npmPrePublish"},"_id":"sigma@1.0.2","dist":{"shasum":"2e4aadee773fb337463a6e4afff3dbc81a26df73","tarball":"http://registry.npmjs.org/sigma/-/sigma-1.0.2.tgz"},"_from":"./","_npmVersion":"1.4.6","_npmUser":{"name":"jacomyal","email":"alexis.jacomy@gmail.com"},"maintainers":[{"name":"jacomyal","email":"alexis.jacomy@gmail.com"}]},"1.0.3":{"name":"sigma","version":"1.0.3","description":"A JavaScript library dedicated to graph drawing.","homepage":"http://sigmajs.org","bugs":{"url":"http://github.com/jacomyal/sigma.js/issues"},"repository":{"type":"git","url":"http://github.com/jacomyal/sigma.js.git"},"license":"MIT","main":"build/sigma.require.js","devDependencies":{"grunt-cli":"^0.1.13","grunt":"~0.4.5","grunt-contrib-qunit":"~0.5.2","grunt-contrib-uglify":"~0.5.1","grunt-closure-linter":"~0.1.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-concat":"~0.5.0","load-grunt-tasks":"~0.6.0","grunt-sed":"~0.1.1","grunt-zip":"~0.15.0","http-server":"~0.6.1","grunt-grunt":"^0.2.2","uglify-js":"^2.4.15"},"scripts":{"start":"http-server -p 8000","test":"grunt travis","build":"grunt build","prepublish":"grunt npmPrePublish"},"gitHead":"52302f33b89265e92c6cccf2c90d7ea2ba314f00","_id":"sigma@1.0.3","_shasum":"1e37b939de59d8b04ba2ee2793d03642e3466400","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"jacomyal","email":"alexis.jacomy@gmail.com"},"maintainers":[{"name":"jacomyal","email":"alexis.jacomy@gmail.com"}],"dist":{"shasum":"1e37b939de59d8b04ba2ee2793d03642e3466400","tarball":"http://registry.npmjs.org/sigma/-/sigma-1.0.3.tgz"}},"1.1.0":{"name":"sigma","version":"1.1.0","description":"A JavaScript library dedicated to graph drawing.","homepage":"http://sigmajs.org","bugs":{"url":"http://github.com/jacomyal/sigma.js/issues"},"repository":{"type":"git","url":"git+ssh://git@github.com/jacomyal/sigma.js.git"},"license":"MIT","main":"build/sigma.require.js","devDependencies":{"grunt-cli":"^0.1.13","grunt":"~0.4.5","grunt-contrib-qunit":"~0.5.2","grunt-contrib-uglify":"~0.5.1","grunt-closure-linter":"~0.1.4","grunt-contrib-jshint":"~0.10.0","grunt-contrib-concat":"~0.5.0","load-grunt-tasks":"~0.6.0","grunt-sed":"~0.1.1","grunt-zip":"~0.15.0","http-server":"~0.6.1","grunt-grunt":"^0.2.2","uglify-js":"^2.4.15"},"scripts":{"start":"http-server -p 8000","test":"grunt travis","build":"grunt build","prepublish":"grunt npmPrePublish"},"gitHead":"5738398039fae43543cf6a4ceb1126be39234177","_id":"sigma@1.1.0","_shasum":"ef7b4f679596d909f48e7b8de3861d827b31ec02","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.4.1","_npmUser":{"name":"yomguithereal","email":"kropotkinepiotr@gmail.com"},"maintainers":[{"name":"jacomyal","email":"alexis.jacomy@gmail.com"},{"name":"yomguithereal","email":"kropotkinepiotr@gmail.com"}],"dist":{"shasum":"ef7b4f679596d909f48e7b8de3861d827b31ec02","tarball":"http://registry.npmjs.org/sigma/-/sigma-1.1.0.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/sigma-1.1.0.tgz_1455718501265_0.6260504375677556"}}},"readme":"[![Build Status](https://travis-ci.org/jacomyal/sigma.js.svg)](https://travis-ci.org/jacomyal/sigma.js)\n\nsigma.js - v1.1.0\n=================\n\nSigma is a JavaScript library dedicated to graph drawing, mainly developed by [@jacomyal](https://github.com/jacomyal) and [@Yomguithereal](https://github.com/Yomguithereal).\n\n### Resources\n\n[The website](http://sigmajs.org) provides a global overview of the project, and the documentation is available in the [Github Wiki](https://github.com/jacomyal/sigma.js/wiki).\n\nAlso, the `plugins` and `examples` directories contain various use-cases that might help you understand how to use sigma.\n\n### How to use it\n\nTo use it, clone the repository:\n\n```\ngit clone git@github.com:jacomyal/sigma.js.git\n```\n\nTo build the code:\n\n - Install [Node.js](http://nodejs.org/).\n - Install [gjslint](https://developers.google.com/closure/utilities/docs/linter_howto?hl=en).\n - Use `npm install` to install sigma development dependencies.\n - Use `npm run build` to minify the code with [Uglify](https://github.com/mishoo/UglifyJS). The minified file `sigma.min.js` will then be accessible in the `build/` folder.\n\nAlso, you can customize the build by adding or removing files from the `coreJsFiles` array in `Gruntfile.js` before applying the grunt task.\n\n### Contributing\n\nYou can contribute by submitting [issues tickets](http://github.com/jacomyal/sigma.js/issues) and proposing [pull requests](http://github.com/jacomyal/sigma.js/pulls). Make sure that tests and linting pass before submitting any pull request by running the command `grunt`.\n\nThe whole source code is validated by the [Google Closure Linter](https://developers.google.com/closure/utilities/) and [JSHint](http://www.jshint.com/), and the comments are written in [JSDoc](http://en.wikipedia.org/wiki/JSDoc) (tags description is available [here](https://developers.google.com/closure/compiler/docs/js-for-compiler)).\n","maintainers":[{"name":"jacomyal","email":"alexis.jacomy@gmail.com"},{"name":"yomguithereal","email":"kropotkinepiotr@gmail.com"}],"time":{"modified":"2016-02-17T14:15:03.571Z","created":"2014-04-03T13:47:22.636Z","1.0.2":"2014-04-03T14:08:22.331Z","1.0.3":"2014-08-22T10:17:32.921Z","1.1.0":"2016-02-17T14:15:03.571Z"},"readmeFilename":"README.md","homepage":"http://sigmajs.org","repository":{"type":"git","url":"git+ssh://git@github.com/jacomyal/sigma.js.git"},"bugs":{"url":"http://github.com/jacomyal/sigma.js/issues"},"license":"MIT"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement