forked from Tabcorp/strummer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 680 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 680 Bytes
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
{
"name": "strummer",
"version": "1.0.1",
"description": "Structural matching for JavaScript",
"author": "Tabcorp Digital Technology Team",
"license": "MIT",
"main": "lib/index.js",
"scripts": {},
"config": {
"blanket": {
"pattern": "lib",
"data-cover-never": "node_modules"
},
"travis-cov": {
"threshold": 100
}
},
"devDependencies": {
"mocha": "~1.21.3",
"should": "~4.0.4",
"cli-table": "~0.3.0",
"format-number": "~1.0.2",
"blanket": "~1.1.6",
"travis-cov": "~0.2.5",
"require-dir": "~0.1.0"
},
"dependencies": {
"lodash": "~2.4.1",
"require-all": "0.0.8",
"ms": "~0.7.0"
}
}