-
Notifications
You must be signed in to change notification settings - Fork 187
/
Copy pathpackage.json
34 lines (34 loc) · 826 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
30
31
32
33
34
{
"version": "8.0.0",
"name": "drupalgap",
"description": "An application development kit for Drupal 8.",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/signalpoint/DrupalGap"
},
"keywords": [
"drupal",
"phonegap",
"cordova"
],
"license": "GNU",
"author": "Tyler Frankenstein <email@tylerfrankenstein.com> (http://tylerfrankenstein.com/)",
"bugs": {
"url": "https://github.com/signalpoint/DrupalGap/issues"
},
"homepage": "https://www.drupalgap.org",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "~2.6.1",
"gulp-install": "^1.1.0",
"gulp-minify": "0.0.15",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~2.0.1",
"gulp-watch": "~4.3.11"
},
"dependencies": {
"gulp-cli": "^2.2.0"
},
"scripts": {}
}