-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.29 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
55
56
57
58
59
{
"name": "kss-search",
"version": "0.3.0",
"description": "Search Indexer for KSS Documented Styleguides",
"keywords": [
"kss",
"styleguide",
"search",
"index"
],
"main": "./dist/index.js",
"bin": {
"kss-index": "./dist/index-cli.js",
"kss-search": "./dist/search-cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:eventbrite/kss-search.git"
},
"contributors": [
{
"name": "Kevin Stone",
"url": "https://github.com/kevinastone"
}
],
"licenses": [
{
"type": "Apache 2.0",
"url": "LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/eventbrite/kss-search/issues"
},
"homepage": "https://github.com/eventbrite/kss-search",
"dependencies": {
"commander": "^2.3.0",
"kss": "^2.4.0",
"lunr": "^0.5.5",
"q": "^1.0.1",
"verbalize": "^0.1.2"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"coffeelint": "^1.6.0",
"grunt": "~0.4.5",
"grunt-banner": "^0.2.3",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-simple-mocha": "^0.4.0",
"mocha": "^1.19.0",
"should": "^3.3.1",
"verb": "~0.2.0"
}
}