-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 864 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
{
"name": "unorphan",
"description": "Obliterate text orphans",
"version": "1.2.1",
"author": "Rico Sta. Cruz <[email protected]>",
"bugs": {
"url": "https://github.com/rstacruz/unorphan/issues"
},
"devDependencies": {
"expect": "1.6.0",
"expect-html-equal": "1.0.1",
"istanbul": "0.3.17",
"jsdom": "5.4.3",
"mocha": "2.2.5",
"mocha-jsdom": "1.0.0",
"mocha-standard": "1.0.0",
"standard": "4.4.0"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/rstacruz/unorphan",
"keywords": [
"orphan",
"typography",
"unorphan",
"widow"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/unorphan.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- -R spec",
"test": "mocha"
}
}