forked from rmurphey/js-assessment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 985 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
36
37
38
{
"author": "Rebecca Murphey <[email protected]> (http://rmurphey.com)",
"name": "js-assessment",
"description": "A test-driven assessment of JavaScript skills",
"version": "0.3.0",
"homepage": "http://rmurphey.com",
"repository": {
"type": "git",
"url": "git://github.com/rmurphey/js-assessment.git"
},
"engines": {
"node": "0.12.x"
},
"dependencies": {
"backbone": "^1.1.2",
"chai": "^2.3.0",
"expect.js": "0.1.2",
"finalhandler": "^0.3.5",
"grunt": "0.4.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-watch": "~0.4.4",
"jquery": "^1.11.0",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.2.4",
"serve-static": "^1.9.2",
"sinon": "^1.14.1",
"underscore": "1.8.x"
},
"scripts": {
"start": "node index.js",
"test": "mocha -R spec 'tests/app'"
},
"bugs": {
"url": "https://github.com/rmurphey/js-assessment/issues"
},
"private": true
}