-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 890 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
28
29
{
"name": "sygic-maps-github-demos",
"version": "1.0.0",
"description": "Full documentation available here: <http://www.sygic.com/developers/maps-api-services/introduction>. You can get your api key to be used in this examples here: <http://www.sygic.com/business/contact-sales>",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sygic/sygic.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sygic/sygic.github.io/issues"
},
"homepage": "https://github.com/sygic/sygic.github.io#readme",
"devDependencies": {
"gulp-change": "^1.0.0",
"gulp-clean": "^0.4.0",
"gulp-print": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp": "^4.0.2"
},
"dependencies": {
"underscore": "^1.13.1"
}
}