UNPKG

1.17 kBJSONView Raw
1{
2 "name": "backrest",
3 "version": "0.11.1",
4 "description": "Rails like Node framework to create simple, pure backend APIs.",
5 "main": "src/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "preversion": "# Run tests before updating version",
9 "version": "./bin/update-version.js && git add -A",
10 "postversion": ""
11 },
12 "bin": {
13 "backrest": "bin/backrest.js"
14 },
15 "author": "Noah Passalcqua",
16 "license": "MIT",
17 "homepage": "https://github.com/passabilities/backrest#readme",
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/passabilities/backrest.git"
21 },
22 "bugs": {
23 "url": "https://github.com/passabilities/backrest/issues"
24 },
25 "keywords": [
26 "nodejs",
27 "framework",
28 "restful-api",
29 "backend",
30 "backend-apis"
31 ],
32 "dependencies": {
33 "body-parser": "^1.18.3",
34 "commander": "^2.15.1",
35 "cookie-parser": "^1.4.3",
36 "dd-trace": "^0.13.1",
37 "express": "^4.16.4",
38 "forever": "^0.15.3",
39 "glob": "^7.1.2",
40 "handlebars": "^4.1.1",
41 "lodash": "^4.17.11",
42 "mkdirp": "^0.5.1",
43 "nodemon": "^1.18.10",
44 "useragent": "^2.1.13"
45 }
46}