-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "compline",
"version": "1.0.0",
"description": "The office of Compline, with gregorian chant",
"main": "index.html",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/bbloomf/compline.git"
},
"keywords": [
"compline",
"chant"
],
"author": "Benjamin Bloomfield",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbloomf/compline/issues"
},
"homepage": "https://github.com/bbloomf/compline",
"devDependencies": {
"amdclean": "^2.7.0",
"del": "^2.2.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-replace": "^0.5.4",
"gulp-size": "^2.1.0",
"gulp-uglify": "^1.5.4",
"gulp-uncss": "^1.0.5",
"gulp-useref": "^3.1.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"minimatch": "^3.0.2",
"psi": "^2.0.4",
"pump": "^1.0.1",
"requirejs": "^2.2.0"
}
}