forked from ebu/cpa-service-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 892 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
{
"name": "cpa-service-provider",
"description": "CPA Service Provider",
"version": "0.0.1",
"private": true,
"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-beta.2",
"mysql": "~2.0.0-rc2",
"lodash": "~2.4.1",
"winston": "~0.7.2",
"request": "~2.31.0",
"optimist": "git+https://github.com/chrisn/node-optimist.git",
"xpath": "0.0.5",
"xmldom": "~0.1.18",
"node-uuid": "~1.4.1",
"async": "~0.2.10"
},
"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"
}
}