-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 879 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
33
34
{
"name": "tokenised-api-versions",
"version": "1.0.0",
"description": "tokenised-api-versions ======================",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"seed": "node seed.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OllieJennings/tokenised-api-versions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OllieJennings/tokenised-api-versions/issues"
},
"homepage": "https://github.com/OllieJennings/tokenised-api-versions",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.6.3",
"debug": "^1.0.4",
"ejs": "^1.0.0",
"express": "^4.8.3",
"mongoose": "^3.8.14",
"morgan": "^1.2.2"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-load-plugins": "^0.5.3",
"gulp-util": "^3.0.0"
}
}