This repository was archived by the owner on Jul 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.83 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.83 KB
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
{
"name": "sinfo-webapp",
"author": "Francisco Dias",
"version": "0.0.0",
"main": "server.js",
"scripts": {
"start": "NODE_PATH=. node server",
"lint": "standard --verbose | snazzy",
"mon": "NODE_PATH=. nodemon server -e js,jade --ignore client/"
},
"dependencies": {
"ampersand-array-checkbox-view": "0.0.5",
"ampersand-checkbox-view": "^2.0.2",
"ampersand-collection": "^1.3.17",
"ampersand-dom": "^1.2.1",
"ampersand-form-view": "^2.0.0",
"ampersand-fullcalendar-view": "0.0.3",
"ampersand-input-view": "https://github.com/jgantunes/ampersand-input-view/tarball/master",
"ampersand-model": "^4.0.0",
"ampersand-pikaday-view": "0.0.1",
"ampersand-rest-collection": "^2.0.0",
"ampersand-router": "^3.0.2",
"ampersand-state": "^4.4.4",
"ampersand-subcollection": "^2.0.1",
"ampersand-view": "^7.0.1",
"ampersand-view-switcher": "^1.0.2",
"andlog": "^1.0.0",
"async": "^0.9.2",
"bows": "^1.3.2",
"cookie-getter": "0.0.2",
"domify": "^1.3.0",
"domready": "^1.0.5",
"favicon-setter": "^0.1.1",
"fenixedu": "https://github.com/jgantunes/fenixedu/tarball/master",
"hapi": "^6.0.2",
"jade": "^1.11.0",
"jquery": "^2.1.3",
"jquery.cookie": "^1.4.1",
"marked": "^0.3.3",
"moment": "^2.9.0",
"moonboots_hapi": "^5.0.0",
"qs": "^2.3.3",
"stylizer": "^1.0.0",
"templatizer": "^1.0.0",
"underscore": "^1.6.0",
"url": "^0.10.3",
"xhr": "^2.0.1",
"request": "^2.67.0",
"boom": "^2.5.1"
},
"devDependencies": {
"nodemon": "^1.5.0",
"snazzy": "^2.0.1",
"standard": "^5.4.1"
},
"jshintConfig": {
"asi": false,
"browser": true,
"curly": false,
"expr": true,
"indent": 4,
"loopfunc": true,
"node": true,
"trailing": true,
"undef": true,
"white": true
}
}