-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
40 lines (40 loc) · 958 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
35
36
37
38
39
40
{
"name": "jdrupal",
"version": "8.0.2",
"description": "Application Development Tools for Drupal 8 REST",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/signalpoint/jDrupal.git"
},
"keywords": [
"drupal"
],
"author": "Tyler Frankenstein <[email protected]> (http://tylerfrankenstein.com/)",
"license": "GNU",
"bugs": {
"url": "https://github.com/signalpoint/jDrupal/issues"
},
"homepage": "https://github.com/signalpoint/jDrupal",
"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"
},
"bin": {
"jdrupal": "jdrupal.js"
},
"directories": {
"test": "tests"
}
}