forked from jaredhanson/chai-locomotive-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 905 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
39
40
41
42
43
{
"name": "chai-emvc-helpers",
"version": "0.1.0",
"description": "Helpers for testing emvc helpers with the Chai assertion library.",
"keywords": [
"chai",
"locomotive",
"emvc",
"helper",
"helpers"
],
"author": {
"name": "Nicholas Penree",
"email": "[email protected]",
"url": "http://www.penree.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/emvc/chai-emvc-helpers.git"
},
"bugs": {
"url": "http://github.com/emvc/chai-emvc-helpers/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
}
}