-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
35 lines (35 loc) · 832 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
31
32
33
34
35
{
"name": "take-home",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoRedInk/take-home.git"
},
"author": "NoRedInk",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NoRedInk/take-home/issues"
},
"homepage": "https://github.com/NoRedInk/take-home#readme",
"engine": "node >= 4.2.0",
"dependencies": {
"github": "^0.2.4",
"knox": "0.9.2",
"mime": "1.3.4",
"moment": "^2.10.6",
"multiparty": "4.1.2",
"node-elm-compiler": "2.3.1",
"node-uuid": "1.4.7",
"parse-link-header": "^0.4.1",
"vdom-to-html": "2.2.0",
"virtual-dom": "2.1.1"
},
"devDependencies": {
"nedb": "^1.5.0"
}
}