-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 801 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
27
28
29
{
"name": "NavExercise",
"description": "Exercise for candidates to complete where they will build a responsive nav driven from json",
"version": "0.1.0",
"authors": [
"Jason Divock <jdivock@hugeinc.com>",
"Dave Furfero <dfurfero@hugeinc.com>",
"Wes Hatch <whatch@hugeinc.com>",
"Karl Stanton <kstanton@hugeinc.com>"
],
"license": "© 2014 Huge. All Rights Reserved.",
"homepage": "https://github.com/hugeinc/NavExercise",
"bugs": {
"url": "https://github.com/hugeinc/NavExercise/issues"
},
"private": true,
"scripts": {
"test": "./node_modules/.bin/nightwatch",
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.2.0",
"morgan": "~1.0.0"
},
"devDependencies": {
"nightwatch": "^0.8.18",
"node-sass": "^3.4.2"
}
}