-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 888 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 888 Bytes
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
35
36
37
38
39
40
{
"name": "catalogit-api",
"version": "1.2.1",
"namespace": "turnerlabs",
"description": "An api that indexes contianers, which live in some registry",
"main": "server.js",
"scripts": {
"readme": "./restit/generate-readme.js > README.md",
"test": "node ./node_modules/mocha/bin/mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "bitbucket.org/vgtf/mss-catalogit-api"
},
"engines": {
"node": "4.3.1",
"npm": "2.14.12"
},
"keywords": [
"docker",
"catalog"
],
"dependencies": {
"body-parser": "1.15.0",
"cors": "2.7.1",
"express": "4.13.4",
"mongoose": "4.4.4",
"morgan": "1.7.0",
"pluralize": "1.2.1",
"randomstring": "1.1.4",
"request": "2.69.0"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.0.2",
"supertest": "2.0.0"
},
"license": "MIT"
}