-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ristretto",
"description": "A browser friendly assertion library for Mocha",
"categories": [
"Testing"
],
"version": "1.2.0",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-mocha": "~0.3.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-notify": "~0.1.4",
"grunt-contrib-jshint": "~0.4.0",
"grunt-contrib-yuidoc": "~0.4.0"
},
"jam": {
"dependencies": {},
"devDependencies": {
"mocha": "1.9.0",
"chai-amd": "1.6.0"
},
"main": "ristretto.js",
"include": [
"ristretto.js",
"README.md"
]
},
"maintainers": [
{
"name": "Walter Rumsby",
"web": "http://walter.rumsby.name"
}
],
"contributors": [
{
"name": "Gerard Paapu"
}
],
"bugs": {
"web": "https://github.com/wrumsby/ristretto/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/wrumsby/ristretto.git"
}
],
"github": "https://github.com/wrumsby/ristretto"
}