-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 846 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 846 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
33
34
35
{
"name": "block-elements",
"version": "1.2.0",
"description": "Array of \"block level elements\" defined by the HTML specification",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node build.js > index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/webmodules/block-elements.git"
},
"keywords": [
"browser",
"data",
"block",
"level",
"elements",
"html",
"html4",
"html5",
"array"
],
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/webmodules/block-elements/issues"
},
"homepage": "https://github.com/webmodules/block-elements",
"devDependencies": {
"cheerio": "~0.17.0",
"superagent": "~0.18.2"
}
}