-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "read-scripture-static-asset-build",
"preferGlobal": false,
"version": "0.0.1",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "~0.7.1",
"gulp-sass": "^2.3.2",
"gulp-typeset": "0.0.1",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.3"
},
"dependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"author": "Jesse Fornear",
"description": "read scripture static assets",
"repository": {
"type": "git",
"url": "git://github.com/ReadScriptureChromeExtenders/ReadScriptureChromeExtension.github.com.git"
},
"bugs": {
"url": "https://github.com/ReadScriptureChromeExtenders/ReadScriptureChromeExtension.github.com/issues"
},
"homepage": "https://github.com/ReadScriptureChromeExtenders/ReadScriptureChromeExtension.github.com#readme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}