-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.12 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
51
52
53
54
{
"name": "grunt-sassdoc",
"title": "grunt-sassdoc",
"version": "2.0.3",
"description": "SassDoc grunt task",
"keywords": [
"gruntplugin",
"grunt",
"sass",
"scss",
"doc",
"documentation"
],
"homepage": "https://github.com/SassDoc/grunt-sassdoc",
"bugs": "https://github.com/SassDoc/grunt-sassdoc/issues",
"author": {
"name": "Pascal Duez",
"url": "https://github.com/pascalduez"
},
"repository": {
"type": "git",
"url": "git://github.com/SassDoc/grunt-sassdoc.git"
},
"files": [
"tasks",
"CHANGELOG.md",
"README.md",
"UNLICENSE"
],
"dependencies": {
"lodash.assign": "^4.0.3",
"sassdoc": "^2.5.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-standard": "^3.1.0",
"grunt-tape": "0.1.0",
"load-grunt-tasks": "^3.4.0",
"time-grunt": "^1.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "Unlicense",
"scripts": {
"rebuild": "rm -rf node_modules && npm install",
"test": "grunt test"
}
}