forked from nhisamoto/lrdc-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 826 Bytes
/
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
{
"name": "lrdc-style-guide",
"version": "1.0.0",
"description": "This guide is to get you up and running with the LRDC Style Guide.",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/naoki-evan-hisamoto/lrdc-style-guide.git"
},
"author": "Naoki Evan Hisamoto",
"license": "ISC",
"bugs": {
"url": "https://github.com/naoki-evan-hisamoto/lrdc-style-guide/issues"
},
"homepage": "https://github.com/naoki-evan-hisamoto/lrdc-style-guide#readme"
}