forked from TeXitoi/navitia-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.43 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
{
"name": "navitia-playground",
"version": "0.0.1",
"description": "Web UI for the navitia API",
"main": "request.js",
"dependencies": {
"copy-props": "^2.0.5",
"glob-parent": "^5.1.2",
"gulp-jslint": "^1.0.1",
"node-gyp": "^9.3.0",
"npx": "^10.2.2",
"nth-check": "^2.0.1",
"sass": "^1.56.2",
"semver-regex": "^3.1.3",
"tar": "^4.4.18",
"trim-newlines": "^3.0.1",
"underscore": "^1.12.1",
"y18n": "^3.2.2"
},
"devDependencies": {
"bower": "^1.8.12",
"browser-sync": "^2.26.14",
"copy-props": "^2.0.5",
"del": "^2.2.0",
"glob-parent": "^5.1.2",
"gulp": "^4.0.2",
"gulp-bower-src": "^0.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.1",
"gulp-image": "^5.1.0",
"gulp-jshint": "^2.0.1",
"gulp-order": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.1.6",
"jshint": "^2.13.4",
"jshint-stylish": "^2.2.0",
"lodash.template": "^4.5.0",
"main-bower-files": "^2.13.3",
"nth-check": "^2.0.1",
"run-sequence": "^1.1.5",
"semver-regex": "^3.1.3",
"tar": "^4.4.18",
"trim-newlines": "^3.0.1",
"underscore": "^1.12.1",
"y18n": "^3.2.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Hove",
"license": "MIT"
}