-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.43 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
47
48
49
50
{
"name": "afaa.nasm.pw",
"version": "0.2.0",
"description": "Gulp Static Site Generator",
"main": "gulpfile.coffee",
"repoitory": "[email protected]:sportsmedicine/afaa.hyprtxt.com.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/gulp/bin/gulp.js",
"deploy": "./scripts/deploy.sh",
"bower": "./node_modules/bower/bin/bower i",
"build": "./node_modules/gulp/bin/gulp.js build"
},
"author": "Taylor Young ([email protected])",
"license": "MIT",
"dependencies": {
"bower": "^1.6.5",
"coffee-script": "^1.10.0",
"glob": "^7.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-changed": "^1.3.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-data": "^1.2.1",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"gulp-wait": "0.0.2",
"jade": "^1.11.0",
"jstransformer-markdown-it": "^0.2.2",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"qs": ">=6.0.4",
"lodash.template": ">=4.5.0",
"constantinople": ">=3.1.1",
"clean-css": ">=4.1.11",
"lodash": ">=4.17.12",
"request": "^2.67.0",
"rimraf": "^2.4.3",
"touch": "^1.0.0"
}
}