forked from caiovaccaro/NavExercise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 830 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
{
"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": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"dependencies": {
"express": "^4.2.0",
"jsonfile": "^2.0.1",
"morgan": "^1.0.1",
"path": "^0.11.14"
},
"devDependencies": {
"less": "^2.5.1"
}
}