-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "meadowlark.js",
"version": "1.0.0",
"description": "",
"main": "meadowlark.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b0rza/wdne.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/b0rza/wdne/issues"
},
"homepage": "https://github.com/b0rza/wdne#readme",
"dependencies": {
"body-parser": "^1.15.1",
"bootstrap": "^3.3.6",
"chai": "~1.9.1",
"cookie-parser": "^1.4.2",
"errorhandler": "^1.4.3",
"express": "~4.4.2",
"express-logger": "0.0.3",
"express3-handlebars": "~0.5.0",
"formidable": "^1.0.17",
"jquery-file-upload-middleware": "^0.1.7",
"morgan": "^1.7.0",
"nodemailer": "^2.4.1",
"nodemon": "^1.9.2"
},
"devDependencies": {
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-react": "^5.1.1",
"express-session": "^1.13.0",
"grunt": "^0.4.5",
"grunt-cafe-mocha": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-exec": "^0.4.7",
"linkchecker": "^1.1.0",
"mocha": "~1.20.1",
"nodemon": "^1.9.2",
"zombie": "~2.0.0-alpha31"
}
}