-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 801 Bytes
/
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
{
"name": "data-gouv-map-browser",
"version": "0.0.0",
"description": "Access datasets on data-gouv.fr with a map view.",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nicolas-bonnel/data-gouv-map-browser.git"
},
"author": "Nicolas Bonnel",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicolas-bonnel/data-gouv-map-browser/issues"
},
"homepage": "https://github.com/nicolas-bonnel/data-gouv-map-browser",
"devDependencies": {
"gulp": "git://github.com/gulpjs/gulp#4.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-inject": "^3.0.0",
"main-bower-files": "^2.9.0"
}
}