-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
74 lines (74 loc) · 2.08 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "cf-users",
"version": "1.0.0",
"description": "CloudFoundry User Management",
"engines": {
"node": "0.12.x",
"npm": "2.11.x"
},
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"dev": "NODE_ENV=development gulp",
"package": "NODE_ENV=production webpack",
"test": "mocha --compilers coffee:coffee-script/register --recursive --colors --reporter nyan test ",
"test:dev": "mocha --compilers coffee:coffee-script/register --recursive --colors --watch --reporter nyan test"
},
"author": "Russell Caswell",
"license": "Monsanto Modified BSD",
"dependencies": {
"atob": "^1.1.2",
"backbone": "^1.2.3",
"block-ui": "^2.70.1",
"body-parser": "^1.13.3",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.5",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"colors": "^1.1.2",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-logger": "0.0.3",
"fs": "0.0.2",
"jade": "^1.11.0",
"jquery": "^2.1.4",
"less-middleware": "^2.0.1",
"method-override": "^2.3.5",
"morgan": "^1.6.1",
"passport": "^0.3.0",
"passport-cloudfoundry": "^0.1.5",
"passport-oauth2": "^1.1.2",
"passport-oauth2-middleware": "^1.0.2",
"path": "^0.11.14",
"promise": "^7.0.4",
"request": "^2.61.0",
"select2": "3.5.1",
"simple-oauth2": "^0.2.1",
"underscore": "^1.8.3",
"webpack": "^1.12.1"
},
"devDependencies": {
"chai": "^2.2.0",
"chai-string": "^1.1.2",
"css-loader": "^0.17.0",
"deep-equal": "^1.0.1",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-env": "^0.2.0",
"gulp-less": "^3.0.3",
"gulp-mocha": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-supervisor": "^0.1.2",
"gulp-watch": "^4.2.4",
"imports-loader": "^0.6.4",
"jsdom": "^3.1.2",
"json-loader": "^0.5.2",
"mocha": "^2.2.4",
"mock-require": "^1.1.0",
"node-libs-browser": "^0.5.2",
"sinon": "^1.14.1",
"style-loader": "^0.12.3",
"supertest": "^1.0.1",
"supervisor": "^0.7.1",
"webpack-dev-middleware": "^1.2.0"
}
}