-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.08 KB
/
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
{
"name": "cpa-service-provider",
"description": "CPA Service Provider",
"version": "0.0.1",
"private": true,
"contributors": [
"Chris Needham (https://github.com/chrisn)",
"Michael Barroco (https://github.com/barroco)",
"Andy Buckingham (https://github.com/andybee)"
],
"scripts": {
"start": "bin/server",
"test": "NODE_ENV=test mocha --bail --timeout 10000 --reporter dot --require test/test-helper test/lib"
},
"dependencies": {
"express": "3.4.6",
"jade": "~0.35.0",
"ejs": "~0.8.5",
"sequelize": "2.0.0-dev4",
"mysql": "~2.0.0-rc2",
"lodash": "~2.4.1",
"winston": "~0.7.2",
"request": "~2.31.0",
"xpath": "0.0.5",
"xmldom": "~0.1.18",
"node-uuid": "~1.4.1",
"async": "~0.2.10",
"yargs": "~1.3.1",
"cors": "~2.4.2",
"express-namespace": "~0.1.1"
},
"devDependencies": {
"supertest": "~0.8.2",
"sinon-chai": "~2.4.0",
"chai": "~1.8.1",
"mocha": "~1.15.1",
"sinon": "~1.7.3",
"nock": "~0.27.1",
"cheerio": "~0.13.1",
"sqlite3": "~2.2.0"
},
"license": "BSD 3"
}