printj/package.json
SheetJS 35ed07bfb6 version bump 1.0.0
- added dist and minified source
- sharpened node check
2017-01-04 21:34:31 -05:00

32 lines
764 B
JSON

{
"name": "printj",
"version": "1.0.0",
"author": "sheetjs",
"description": "Pure-JS printf",
"keywords": [ "printf", "sprintf", "format", "string" ],
"bin": {
"printj": "./bin/printj.njs"
},
"main": "./printj",
"dependencies": {
},
"devDependencies": {
"mocha":"",
"uglify-js":""
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/printj.git" },
"scripts": {
"test": "make test"
},
"config": {
"blanket": {
"pattern": "printj.js"
}
},
"homepage": "https://oss.sheetjs.com/printj/",
"files": ["printj.js", "bin/printj.njs", "LICENSE", "README.md", "dist/*.js", "dist/*.map", "dist/LICENSE"],
"bugs": { "url": "https://github.com/SheetJS/printj/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}