7fife-backend/node_modules/append-field/package.json

20 lines
416 B
JSON
Raw Permalink Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "append-field",
"version": "1.0.0",
"license": "MIT",
"author": "Linus Unnebäck <linus@folkdatorn.se>",
"main": "index.js",
2024-03-07 13:01:44 +00:00
"devDependencies": {
"mocha": "^2.2.4",
"standard": "^6.0.5",
"testdata-w3c-json-form": "^0.2.0"
},
"scripts": {
"test": "standard && mocha"
},
2024-03-11 12:29:54 +00:00
"repository": {
"type": "git",
"url": "http://github.com/LinusU/node-append-field.git"
}
2024-03-07 13:01:44 +00:00
}