-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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": "cambridge-library-gateway",
"description": "Cambridge Libraries",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "[email protected]:CUL-DigitalServices/libraries-gateway.git"
},
"bugs": {
"url": "https://github.com/CUL-DigitalServices/libraries-gateway/issues"
},
"dependencies": {
"assert": "latest",
"bunyan": "latest",
"ejs": "latest",
"express": "latest",
"lodash": "latest",
"mysql": "latest",
"node-static": "latest",
"pagination": "latest",
"q": "latest",
"request": "latest",
"slug": "latest",
"socket.io": "latest",
"swagger-express": "latest",
"timeago": "latest",
"twitter-text": "latest",
"underscore": "latest",
"url": "latest",
"xml2js": "latest"
},
"devDependencies": {
"grunt": "latest",
"grunt-casperjs": "~1.4.0",
"grunt-contrib-clean": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-requirejs": "latest",
"grunt-contrib-imagemin": "0.4.1",
"grunt-contrib-watch": "latest",
"grunt-mocha-hack": "latest",
"grunt-recess": "latest",
"grunt-rev": "latest",
"grunt-text-replace": "latest",
"grunt-usemin": "latest",
"terminal-notifier": "latest"
},
"optionalDependencies": {
"bunyan-syslog": "latest"
}
}