forked from PECE-project/drupal-pece
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"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": "^3.8.3",
"drupal-seeds": "git+https://github.com/lucasconstantino/drupal-seeds-client.git",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.0.2",
"gulp-bower": "0.0.15",
"gulp-prompt": "^0.2.0",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"inquirer": "^1.0.2",
"jasmine-spec-reporter": "^2.4.0",
"require-dir": "^0.3.0",
"shelljs": "^0.7.0",
"slug": "^0.9.1"
},
"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": {}
}