-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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
44
45
46
{
"name": "tempus",
"version": "1.1.2",
"description": "Tempus REST API",
"private": true,
"main": "index.js",
"scripts": {
"test": "TESTING=true ./node_modules/.bin/mocha -R spec --compilers coffee:coffee-script/register --recursive -t ${TIMEOUT:=2000}",
"start": "./node_modules/.bin/coffee app.coffee"
},
"repository": {
"type": "git",
"url": "git://github.com/wlaurance/tempus"
},
"author": "Will S. Laurance",
"license": "Private",
"bugs": {
"url": "https://github.com/wlaurance/tempus/issues"
},
"devDependencies": {
"mocha": "~1.17.1",
"request": "~2.31.0",
"should": "~2.1.0",
"db-migrate": "^0.6.4"
},
"dependencies": {
"coffee-script": "^1.7.1",
"express": "^3.5.1",
"uuid": "~1.4.1",
"pg": "^3.0.3",
"sql": "^0.38.0",
"underscore": "^1.6.0",
"singleton": "~1.0.0",
"async": "^0.2.10",
"passport": "~0.2.0",
"passport-hawk": "~0.2.0",
"bcrypt": "^0.7.7",
"request": "^2.31.0",
"should": "^2.1.1",
"mocha": "^1.17.1"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}