UNPKG

neocities

Version:

library for the NeoCities.org API

29 lines (28 loc) 691 B
{ "name": "neocities", "version": "0.0.3", "description": "library for the NeoCities.org API", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:neocities/neocities-node.git" }, "keywords": [ "neocities" ], "author": "Kyle Drake <kyle@kyledrake.net> (http://kyledrake.net/)", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/neocities/neocities-node/issues" }, "dependencies": { "form-data": "*" }, "devDependencies": { "browserify": "*", "uglify-js": "*" }, "scripts": { "browserify": "./node_modules/.bin/browserify ./index.js | ./node_modules/.bin/uglifyjs > neocities.min.js" } }