@platformos/pos-cli
Version:
Manage your platformOS application
23 lines (22 loc) • 579 B
JSON
{
"name": "append-field",
"version": "1.0.0",
"license": "MIT",
"author": "Linus Unnebäck <linus@folkdatorn.se>",
"main": "index.js",
"devDependencies": {
"mocha": "^2.2.4",
"standard": "^6.0.5",
"testdata-w3c-json-form": "^0.2.0"
},
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "http://github.com/LinusU/node-append-field.git"
}
,"_resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz"
,"_integrity": "sha1-HjRA6RXwsSA9I3SOeO3XubW0PlY="
,"_from": "append-field@1.0.0"
}