-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
59 lines (59 loc) · 1.54 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
53
54
55
56
57
58
59
{
"name": "consortium-viewer.js",
"version": "0.0.1",
"description": "The consortium document viewer",
"homepage": "https://consortium.io",
"scripts": {
"test": "grunt"
},
"author": {
"name": "Johannes Amorosa",
"email": "[email protected]",
"web": "http://consortium.io"
},
"repository": {
"type": "git",
"url": "git://github.com/consortium/hybrid-publishing-research.git"
},
"engines": {
"node": "~0.10.0"
},
"dependencies": {
"lodash": "~3.10.0",
"express": "~4.13.0",
"mustache": "~2.1.2",
"socket.io": "~1.3.5"
},
"devDependencies": {
"assemble": "^0.4.42",
"grunt-cli": "~0.1.13",
"grunt-autoprefixer": "~3.0.3",
"grunt-angular-htmlify": "~2.1.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-cssmin": "~0.12.2",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-qunit": "~0.7.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-metaparser": "^0.3.5",
"grunt-bower-install-simple": "~1.1.0",
"grunt-bowercopy": "1.2.0",
"grunt-angular-htmlify": "~2.3.0",
"grunt-html-validation": "~0.1.18",
"grunt-sass": "~1.0.0",
"grunt-newer": "~1.1.1",
"grunt-zip": "~0.16.2",
"node-sass": "~3.2.0",
"grunt-git": "~0.3.4",
"grunt-execute": "~0.2.2",
"bower": "~1.4.1",
"time-grunt": "~1.2.1"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/consortium/hybrid-publishing-research/blob/master/LICENSE"
}
]
}