-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 KB
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
{
"name": "ual-libchat",
"version": "1.0.0",
"description": "University of Arizona Libraries LibChat Customizations",
"main": "gulpfile.js",
"scripts": {
"build": "gulp css",
"deploy": "aws s3 sync css s3://ualibr-libchat --delete",
"test": "stylelint \"src/*.css\" && mocha",
"serve": "gulp serve",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ualibraries/ual-libchat.git"
},
"author": "Christopher Green",
"license": "MIT",
"bugs": {
"url": "https://github.com/ualibraries/ual-libchat/issues"
},
"homepage": "https://github.com/ualibraries/ual-libchat#readme",
"engines": {
"node": "v6.11.0"
},
"dependencies": {
"chai": "^4.2.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-postcss": "^7.0.1",
"gulp-sourcemaps": "^2.6.5",
"jsdom": "^11.12.0",
"localtunnel": "^1.9.2",
"mocha": "^6.1.4",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^10.0.0",
"postcss-reporter": "^4.0.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"stylelint": "^10.1.0",
"yargs": "^8.0.2"
},
"prettier": {
"semi": false,
"singleQuote": true
}
}