-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.26 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
{
"name": "Ziggi",
"version": "3.0.1",
"description": "Latest and greatest version for Ziggi",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "migrate && bower install && grunt bower concat uglify apidoc"
},
"dependencies": {
"apidoc-core": "^0.4.1",
"body-parser": "^1.14.1",
"bower": "^1.7.1",
"cheerio": "^0.19.0",
"cookie-parser": "^1.4.0",
"ejs": "2.5.5",
"express": "4.13.3",
"express-session": "^1.12.0",
"express-validator": "^2.17.1",
"iconv-lite": "^0.4.13",
"migrate": "^0.2.2",
"mongoose": "^4.10.8"
},
"engines": {
"node": "0.12.7",
"npm": "2.11.2"
},
"repository": {
"type": "git",
"url": "git@github.com:igalshapira/ziggi3.git"
},
"keywords": [
"students",
"schedule",
"ziggi"
],
"author": "Igal Shapira <igal.shapira@gmail.com>",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-apidoc": "^0.10.1",
"grunt-bower": "^0.20.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.0"
},
"apidoc": {
"title": "Ziggi 3.0 API Documentation",
"url": "http://www.ziggi.co/api/v3/"
},
"license": "MIT"
}