-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.86 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
{
"name": "userAdmin",
"version": "0.0.11693",
"description": "userAdmin",
"private": true,
"author": {
"name": "jv.io",
"email": ""
},
"scripts": {
"start": "node ./server.js"
},
"devDependencies": {
"chalk": "1.1.1",
"grunt": "0.4.5",
"grunt-bump": "0.3.1",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-cssmin": "0.12.3",
"grunt-contrib-htmlmin": "^0.6.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-nodeunit": "0.4.1",
"grunt-contrib-qunit": "0.7.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-watch": "0.6.1",
"grunt-env": "0.4.4",
"grunt-express-server": "0.5.1",
"grunt-mocha-test": "0.12.4",
"grunt-open": "0.2.3",
"grunt-sort-json": "https://github.com/jordivila/grunt-sort-json/tarball/master",
"html-minifier": "1.0.0",
"mocha": "2.2.4",
"pretty-bytes": "2.0.1",
"rjs-build-analysis": "0.0.3"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.9.3",
"bower": "1.4.1",
"cldr-data": "28.0.3",
"cldr-data-downloader": "0.2.3",
"compression": "1.2.1",
"cookie-parser": "1.3.4",
"express": "4.12.3",
"express-handlebars": "2.0.1",
"globalize": "1.0.0",
"i18n-2": "0.4.6",
"markdown": "0.5.0",
"method-override": "2.3.2",
"mongoose": "4.0.2",
"nconf": "0.7.1",
"node-html-encoder": "0.0.2",
"node-uuid": "1.4.3",
"node.extend": "1.1.5",
"normalize-for-search": "^1.2.0",
"p-promise": "0.5.0",
"passport": "0.2.1",
"passport-http": "0.2.2",
"passport-local": "1.0.0",
"sendgrid": "1.7.0",
"serve-favicon": "2.2.0",
"underscore": "1.8.3",
"validator": "3.39.0",
"winston": "1.0.0"
},
"license": "MIT"
}