forked from x-team/daw-purchases
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 785 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "daw-purchases",
"version": "1.0.0",
"description": "A sample API for Discount Ascii Warehouse",
"main": "index.js",
"scripts": {
"start": "node .",
"lint": "standard",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/x-team/daw-purchases.git"
},
"author": "joshwnj",
"license": "ISC",
"bugs": {
"url": "https://github.com/x-team/daw-purchases/issues"
},
"homepage": "https://github.com/x-team/daw-purchases",
"dependencies": {
"array-find": "^1.0.0",
"cool-ascii-faces": "^1.3.3",
"faker": "^3.0.1",
"http-hash-router": "^1.1.0",
"moment": "^2.10.6",
"send-data": "^8.0.0"
},
"devDependencies": {
"standard": "^5.4.1"
}
}