forked from PECE-project/drupal-pece
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "pece",
"version": "1.0.0",
"description": "PECE: Platform for Experimental and Colaborative Ethnography",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test:e2e",
"cypress:open": "cypress open",
"install": "gulp install",
"pack-distro": "gulp pack-distro"
},
"devDependencies": {
"cypress": "^13.6.1",
"drupal-seeds": "git+https://github.com/lucasconstantino/drupal-seeds-client.git",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-bower": "0.0.15",
"gulp-prompt": "^1.2.0",
"gulp-protractor": "^4.1.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sequence": "^1.0.0",
"inquirer": "^9.2.12",
"jasmine-spec-reporter": "^7.0.0",
"require-dir": "^1.2.0",
"shelljs": "^0.8.5",
"slug": "^8.2.3"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions",
"last 2 versions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/PECE-project/drupal-pece.git"
},
"author": "",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/PECE-project/drupal-pece/issues"
},
"homepage": "https://github.com/PECE-project/drupal-pece#readme",
"dependencies": {
"node-gyp": "^10.0.1",
"sass": "^1.69.5"
}
}