-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
{
"name": "dollar-slice",
"version": "2.1.2",
"private": false,
"description": "Cheap and easy. Client-side micro-framework with heavy inspiration from Angular and Backbone.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha && ./node_modules/.bin/mocha -R mocha-lcov-reporter -r blanket | ./node_modules/.bin/coveralls"
},
"config": {
"blanket": {
"pattern": "",
"data-cover-never": [
"node_modules",
"test"
]
}
},
"repository": {
"type": "git",
"url": "https://github.com/nymag/dollar-slice"
},
"keywords": [
"nymedia",
"client-side",
"angularjs",
"backbonejs",
"micro-framework"
],
"author": "New York Media",
"license": "MIT",
"bugs": {
"url": "https://github.com/nymag/dollar-slice/issues"
},
"homepage": "https://github.com/nymag/dollar-slice",
"devDependencies": {
"blanket": "^1.1.6",
"chai": "^3.4.1",
"coveralls": "^2.11.2",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.0.0",
"sinon": "^1.12.2"
}
}