-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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": "omeka-s-module-ConnectedSites",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"gulp": "gulp --dev",
"gulp:prod": "gulp prod --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreytegeler/omeka-s-module-ConnectedSites.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/coreytegeler/omeka-s-module-ConnectedSites/issues"
},
"homepage": "https://github.com/coreytegeler/omeka-s-module-ConnectedSites#readme",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-coffee": "^2.3.4",
"gulp-connect-php": "^0.0.8",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.2.0",
"gulp-util": "^3.0.8",
"node-sass": "^4.8.2",
"rupture": "^0.6.2",
"yargs": "^6.6.0",
"gulp-postcss": "^7.0.1",
"npm": "^5.7.1",
"postcss": "^6.0.19"
}
}