forked from codefortulsa/oscn-case-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 953 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
35
36
37
38
39
40
41
42
43
44
{
"name": "oscn-case-api",
"version": "1.0.0",
"description": "An api for accessing Oklahoma State Court Network case information.",
"main": "server.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"OSCN",
"case",
"Oklahoma",
"court",
"OK"
],
"author": "Philip Kin",
"license": "GPL-3.0",
"dependencies": {
"connect": "^3.2.0",
"js-yaml": "^3.3.0",
"jsdom": "^9.8.3",
"rc": "^1.1.6",
"superagent": "^3.5.2",
"superagent-as-promised": "^4.0.0",
"swagger-tools": "0.10.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"chance": "^1.0.4",
"dirty-chai": "^1.2.2",
"mocha": "^3.2.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"webpack": "^1.14.0"
},
"engines": {
"node": "6.9.1"
}
}