-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "rf-site",
"version": "1.0.0",
"description": "mah site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/refactorized/rf-site.git"
},
"author": "Adam Tolley",
"license": "MIT",
"bugs": {
"url": "https://github.com/refactorized/rf-site/issues"
},
"homepage": "https://github.com/refactorized/rf-site#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-assign-to-pug": "^0.2.0",
"gulp-data": "^1.2.1",
"gulp-front-matter": "^1.3.0",
"gulp-gh-pages": "^0.5.4",
"gulp-load-plugins": "^1.2.4",
"gulp-markdown": "^1.2.0",
"gulp-pug": "^3.0.3",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.5",
"require-nocache": "^1.0.0",
"standard": "^7.1.2",
"through2": "^2.0.1"
},
"dependencies": {
"chai": "^3.5.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cheerio": "^0.6.2",
"jstransformer": "^1.0.0",
"jstransformer-commonmark": "^0.3.0",
"merge-stream": "^1.0.0",
"moment": "^2.14.1",
"ramda": "^0.22.1",
"rimraf": "^2.5.4",
"standard": "^7.1.2"
}
}