-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "ShowDoContentful",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dalSara/ShowAndDoContentful.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dalSara/ShowAndDoContentful/issues"
},
"homepage": "https://github.com/dalSara/ShowAndDoContentful#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"connect": "^3.6.1",
"events-stream": "^0.2.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-cli": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"serve-static": "^1.12.2",
"vinyl-source-stream": "^1.1.0",
"wdio-mocha-framework": "^0.5.10",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "0.0.8",
"webdriverio": "^4.8.0"
},
"dependencies": {
"browserify": "^14.3.0",
"contentful": "^3.8.1",
"contentful-management": "^1.3.1",
"install": "^0.8.7",
"npm": "^4.4.4"
}
}