-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 978 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
{
"author": "Matt Freeman",
"private": true,
"name": "openruko-api-server",
"version": "0.1.2",
"repository": {
"url": "https://github.com/openruko/apiserver.git"
},
"dependencies": {
"express": "~2.5.9",
"request": "~2.12.0",
"pg": "~0.7.0",
"async": "~0.1.22",
"underscore": "~1.3.3",
"node-postgres-hstore": "0.0.4",
"amazon-s3-url-signer": "~0.0.5",
"js-yaml": "~1.0.2",
"node-uuid": "~1.3.3",
"dibigrator": "~0.1.0",
"read": "~1.0.4"
},
"scripts": {
"start": "./apiserver/bin/apiserver",
"test": "PG_DATABASE=openruko_test APISERVER_KEY=test S3_KEY=test S3_SECRET=test S3_BUCKET=test ./node_modules/.bin/mocha -R spec --timeout 10000 --grep \"$GREP\""
},
"license": "MIT",
"devDependencies": {
"mocha": "~1.7.3",
"chai": "~1.3.0",
"chai-http": "~0.3.0",
"chai-stack": "~1.3.1",
"nock": "~0.17.3"
},
"optionalDependencies": {},
"engines": {
"node": "~0.8.0"
}
}