forked from theirc/ServiceInfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
{
"name": "service_info",
"version": "0.0.1",
"description": "A mapping service for refugees",
"directories": {
"doc": "docs"
},
"dependencies": {
"backbone": "=1.2.0",
"browserify": "^8.0.2",
"es6-promise": "^2.0.1",
"handlebars": "^2.0.0",
"hbsfy": "^2.2.1",
"i18next-client": ">=1.7.7 <1.8.0",
"jquery": "^2.1.3",
"minimist": "^1.1.0",
"hashtrack": "^1.0.2",
"underscore": "^1.7.0",
"jquery-form": "~3.50.0",
"marker-spider": "0.1.0",
"jquery-flot": "0.8.3"
},
"devDependencies": {
"closurecompiler": "^1.5.1",
"connect-livereload": "^0.5.2",
"express": "^4.10.7",
"gulp": "^3.8.10",
"gulp-bg": "0.0.5",
"gulp-browserify": "^0.5.1",
"gulp-less": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-rtlcss": "^0.1.4",
"gulp-util": "^3.0.4",
"i18next-conv": "^0.1.4",
"less": "^2.2.0",
"materialize-css": "^0.97.3",
"phantomjs": "^1.9.16",
"sync-exec": "^0.5.0",
"tiny-lr": "^0.1.4"
},
"config": {},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/theirc/serviceinfo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/theirc/serviceinfo/issues"
},
"homepage": "https://github.com/theirc/serviceinfo"
}