package.json
{
"name": "linear-preset-factory",
"version": "1.0.2",
"description": "Generate linear presets from unit conversion data",
"main": "src/linear-preset-factory.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/javiercejudo/linear-preset-factory"
},
"keywords": [
"conversion",
"units"
],
"author": "Javier Cejudo",
"license": "MIT",
"bugs": {
"url": "https://github.com/javiercejudo/linear-preset-factory/issues"
},
"homepage": "https://github.com/javiercejudo/linear-preset-factory",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.1.3",
"rimraf": "^2.4.3",
"should": "^8.0.1"
}
}