-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"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 <[email protected]>",
"Dave Furfero <[email protected]>",
"Wes Hatch <[email protected]>",
"Karl Stanton <[email protected]>"
],
"license": "© 2014 Huge. All Rights Reserved.",
"homepage": "https://github.com/hugeinc/NavExercise",
"bugs": {
"url": "https://github.com/hugeinc/NavExercise/issues"
},
"private": true,
"scripts": {
"test": "mocha && cd public && karma start test.conf.js && cd .. && nightwatch",
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.2.0",
"morgan": "~1.0.0"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-spies": "^0.5.1",
"grunt": "^0.4.5",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-mocha": "^0.1.9",
"mocha": "^1.21.4"
}
}