-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "aethyrnet",
"description": "A Node.JS & Backbone FFXIV Website",
"homepage": "http://www.aethyrnet.com",
"author": "Greg Scott <[email protected]>",
"contributors": [],
"dependencies": {
"express": "~3.3.1",
"mongoose": "~3.6.15",
"passport-local": "~0.1.6",
"passport": "~0.1.17",
"bcrypt": "~0.7.6",
"bcrypt-nodejs": "0.0.3",
"connect-gzip": "~0.1.6",
"connect-mongo": "~0.3.3",
"underscore": "~1.5.1",
"emailjs": "~0.3.4",
"cli-color": "~0.2.2",
"http-proxy": "~0.10.3",
"cheerio": "~0.12.1"
},
"repository": {
"type": "git",
"url": "git://github.com/lunaretic/aethyrnet.git"
},
"main": "aethyrnet.js",
"version": "0.56.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"mocha": "~1.12.0",
"expect.js": "~0.2.0",
"gently": "~0.9.2",
"lorem-ipsum": "~0.1.1",
"http-proxy": "~0.10.3"
},
"scripts": {
"test": "make test"
}
}