Sha256: 84f9f45bb862c560d1dee86bf5f58d25e63f382376a45e320362093cbe87afb0
Contents?: true
Size: 1.97 KB
Versions: 54
Compression:
Stored size: 1.97 KB
Contents
{ "name": "nutella_lib", "version": "0.4.3", "description": "Nutella library for JavaScript", "main": "src/nutella_lib.js", "browser": "src/nutella_lib_browser.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/nutella-framework/nutella_lib.js" }, "devDependencies": { "browserify": "^9.0.3", "chai": "^2.1.2", "gulp": "^3.8.11", "gulp-util": "^3.0.4", "mocha": "^2.2.1", "vinyl-source-stream": "^1.1.0", "watchify": "^2.6.2" }, "keywords": [ "nutella", "framework" ], "author": { "name": "Alessandro Gnoli" }, "license": "MIT", "bugs": { "url": "https://github.com/nutella-framework/nutella_lib.js/issues" }, "homepage": "https://github.com/nutella-framework/nutella_lib.js", "readme": "[![Build Status](https://travis-ci.org/nutella-framework/nutella_lib.js.svg?branch=master)](https://travis-ci.org/nutella-framework/nutella_lib.js)\n\n# nutella library for node.js and the browser\n\n## Installation\nFor node.js projects do\n```\nnpm install nutella_lib\n```\n\nFor browser projects either:\n\n1. `npm install nutella_lib` and then use [browserify](http://browserify.org/) OR\n2. use the bundled `nutella_lib.js` in `dist`\n\n\n## Building the project\nFor developers working on the library. We are using gulp + browserify + watchify to continuously and incrementally build the library as we develop. \n\n**To contribute**: Clone the repo and `gulp bundle` inside the project directory. Every time you make a change to any of the files required by the library gulp will rebuild it. \n\n\n## Releasing a new version\nFor developers working on the library, to release a new version:\n\n- Update the version in the `package.json`\n- Publish to npm by doing `npm publish`", "readmeFilename": "README.md", "gitHead": "92101787b67f169eb26aa2139110c6a0ab307abf", "_id": "nutella_lib@0.4.3", "_shasum": "21dbfd227fab6a500dc6ccb1bdc2a764908910e2", "_from": "nutella_lib@*" }
Version data entries
54 entries across 54 versions & 1 rubygems