forked from tidepool-org/dummy-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 719 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 719 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
{
"name": "messages-api",
"version": "0.0.1",
"description": "Tidepool Messages API.",
"main": "lib/index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "make test"
},
"repository": "https://github.com/tidepool-org/dummy-api.git",
"author": "Tidepool",
"license": "Tidepool",
"dependencies": {
"restify": "~2.6.0",
"request": "~2.25.0",
"cookies": "~0.3.6"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt-docco2": "~0.1.2",
"grunt-shell-spawn": "~0.2.4",
"supertest": "~0.8.1",
"chai": "~1.8.1",
"grunt-mocha-test": "~0.7.0",
"mocha": "~1.14.0"
}
}