-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
101 lines (101 loc) · 2.67 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "backbone-node-liveblog",
"contributors": [
{
"name": "Mihai Nistor",
"email": "Mihai.Nistor@sourcefabric.org"
},
{
"name": "Patricia García",
"email": "Patricia.Garcia@sourcefabric.org"
},
{
"name": "Vlad Nicoara",
"email": "Vlad.Nicoara@sourcefabric.org"
}
],
"description": "A Backbone implementation of Liveblog Embed",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/liveblog/plugin-liveblog-embed-server.git"
},
"bugs": {
"url": "https://github.com/liveblog/plugin-liveblog-embed-server/issues"
},
"licenses": [
{
"type": "AGPL-3.0",
"url": "http://www.gnu.org/licenses/agpl-3.0.txt"
}
],
"dependencies": {
"backbone": "~1.1.0",
"backbone.layoutmanager": "0.9.5",
"bower": "^1.3.9",
"deasync": "^0.1.9",
"dustjs-helpers": "~1.2.0",
"dustjs-linkedin": "~2.3.1",
"express": "~3.4.8",
"grunt": "^0.4.2",
"grunt-env": "^0.4.1",
"image-size": "^0.5.1",
"jed": "^0.5.4",
"load-grunt-config": "^0.7.1",
"load-grunt-tasks": "^0.3.0",
"lodash": "~2.4.1",
"log": "~1.4.0",
"moment": "~2.7.0",
"path": "^0.4.9",
"qs": "^0.6.6",
"request": "~2.33.0",
"requirejs": "2.1.13"
},
"devDependencies": {
"chai": "^1.9.1",
"docco": "^0.6.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-less": "^0.10.0",
"grunt-contrib-requirejs": "^0.4.1",
"grunt-contrib-watch": "^0.5.3",
"grunt-docco": "^0.3.2",
"grunt-docco-husky": "https://github.com/nistormihai/grunt-docco-husky/tarball/06854b9602af69dbc8b5d282d5aaac237726e444",
"grunt-express-server": "^0.4.13",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "^0.6.2",
"grunt-karma": "^0.8.2",
"grunt-karma-coveralls": "^2.5.1",
"grunt-mocha-test": "^0.10.2",
"grunt-open": "^0.2.3",
"jasmine-reporters": "^1.0.0",
"jssha": "^1.5.0",
"karma": "^0.12.9",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.6",
"karma-jasmine": "~0.1.0",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.1",
"karma-sinon-chai": "^0.1.5",
"mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1",
"phantomjs": "^1.9.7-15",
"protractor": "^0.23.1",
"protractor-screenshot-reporter": "~0.0.4",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0"
},
"optionalDependencies": {
"grunt-forever": "^0.4.4",
"forever": "^0.10.11"
},
"main": "Gruntfile.js",
"scripts": {
"test": "grunt ci:travis"
},
"engines": {
"node": "0.10.26"
}
}