forked from ischyrus/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
47
48
49
50
{
"name": "auth0-docs",
"description": "Auth0 Documents",
"version": "0.0.1",
"author": "Auth10 <[email protected]>",
"dependencies": {
"async": "~0.2.9",
"auth0-application-types": "git://github.com/auth0/application-types#0.1.1",
"auth0-client-platforms": "git://github.com/auth0/client-platforms#0.1.3",
"auth0-native-platforms": "git://github.com/auth0/native-platforms#0.1.4",
"auth0-server-apis": "git://github.com/auth0/server-apis#0.1.11",
"auth0-server-platforms": "git://github.com/auth0/server-platforms#0.1.8",
"connect": "~2.8.5",
"debug": "^2.0.0",
"ejs": "~0.8.4",
"express": "~3.3.1",
"express-redirect": "^1.1.1",
"jade": "~0.27.7",
"lodash": "^2.4.1",
"lsr": "^1.0.0",
"markdocs": "~0.6.0",
"mongo-getdb": "~1.0.1",
"mongodb": "~1.3.15",
"nconf": "~0.6.4",
"newrelic": "~1.1.1",
"passport": "~0.1.12",
"prerender-node": "^1.0.6",
"request": "^2.37.0",
"web-header": "git://github.com/auth0/web-header#master",
"winston": "~0.6.2",
"winston-email": "0.0.6",
"xtend": "~2.0.3",
"yams": "0.0.2"
},
"main": "app.js",
"scripts": {
"test": "make test",
"start": "node app.js",
"postinstall": "CI=true bower install --allow-root"
},
"engines": {
"node": "0.10.24",
"npm": "1.1.x"
},
"devDependencies": {
"bower": "~1.3.5",
"mocha": "^1.20.1",
"supertest": "^0.13.0"
}
}