-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 817 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 817 Bytes
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
{
"name": "Front-End-Documentation-Example",
"version": "1.0.0",
"description": "Dependencies to create basic API docs and a style guide with Sassdoc and Styledown.",
"repository": {
"type": "git",
"url": "https://github.com/isitedesign/Front-End-Documentation-Example.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/isitedesign/Front-End-Documentation-Example/issues"
},
"homepage": "https://github.com/isitedesign/Front-End-Documentation-Example",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.5.1",
"grunt-sass": "~0.18.1",
"grunt-sassdoc": "^2.0.0",
"grunt-styledown": "~0.0.3",
"gulp": "^3.8.11",
"gulp-sass": "^1.3.3",
"gulp-styledown": "0.0.2",
"load-grunt-tasks": "~0.2.0",
"sassdoc": "^2.1.7"
}
}