-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 976 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
{
"name": "piecemeta-api",
"version": "0.9.6",
"private": true,
"scripts": {
"start": "node ./app"
},
"dependencies": {
"assert-plus": "^1.0.0",
"async": "^2.4.0",
"babyparse": "~0.4.3",
"js2xmlparser": "^3.0.0",
"memcached": "^2.2.0",
"mongoose": "^4.1.11",
"mongoose-unique-validator": "^1.0.5",
"msgpack": "^1.0.2",
"nodemailer": "^4.0.1",
"piecemeta-apiclient": "~1.0.3",
"pmx": "^1.2.0",
"prompt": "^1.0.0",
"request": "^2.81.0",
"restify": "^4.3.0",
"sanitizer": "^0.1.2",
"se7ensky-restify-preflight": "^0.1.7",
"secure-random": "~1.1.1",
"sha1": "^1.1.1",
"validator": "^7.0.0",
"worker-farm": "^1.3.1",
"xml2js": "^0.4.13",
"xmlbuilder": "^8.2.2"
},
"devDependencies": {
"chai": "~3.5.0",
"lorem-hipsum": "^0.1.7",
"mocha": "^3.3.0",
"mocha-mongoose": "~1.2.0",
"mongodb": "~2.2.26",
"sinon": "^2.2.0"
},
"stability": "unstable"
}