-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.02 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.02 KB
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
{
"name": "knowledge_base",
"version": "0.0.0",
"description": "DOBT Knowledge Base",
"main": "start",
"scripts": {
"start": "coffee search/index.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/dobtco/knowledge_base.git"
},
"author": "Department of Better Technology",
"bugs": {
"url": "https://github.com/dobtco/knowledge_base/issues"
},
"homepage": "https://github.com/dobtco/knowledge_base",
"dependencies": {
"wintersmith": "^2.1.0",
"underscore": "^1.6.0",
"grunt": "^0.4.5",
"grunt-gh-pages": "^0.9.1",
"grunt-link-checker": "0.1.0",
"express": "^4.8.0",
"natural": "0.1.12",
"query-engine": "1.2.0",
"coffee-script": "^1.7.1",
"wintersmith-coffee": "^0.2.1",
"marked": "^0.3.2",
"underscore.string": "^2.3.3",
"grunt-shell": "^1.1.1",
"autoprefixer": "1.1.x",
"nap": "~0.7.15"
},
"devDependencies": {
"mocha": "^2.1.0",
"request": "*",
"chai": "*"
},
"engines": {
"node": "4.2.6"
}
}