forked from yahoo/context-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.22 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
{
"name": "context-parser",
"version": "2.0.1",
"licenses": [
{
"type": "BSD",
"url": "https://github.com/yahoo/context-parser/blob/master/LICENSE"
}
],
"author": "Nera Liu",
"contributors": [
"Nera Liu <[email protected]>",
"Adonis Fung <[email protected]>",
"Albert Yu <[email protected]>"
],
"description": "HTML5 Context Parser",
"repository": {
"type": "git",
"url": "[email protected]:yahoo/context-parser.git"
},
"keywords": [
"context",
"parser",
"html5"
],
"scripts": {
"hint": "grunt jshint",
"build": "npm install; grunt",
"clean": "grunt clean",
"test": "grunt test"
},
"devDependencies": {
"debug": "^2.*",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-benchmark": "^0.3.0",
"grunt-browserify": "^3.3.0",
"grunt-cli": "0.1.*",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-mocha-istanbul": "^2.3.0",
"mocha": "^2.2.5"
},
"main": "./src/context-parser.js",
"bugs": {
"url": "https://github.com/yahoo/context-parser/issues"
},
"homepage": "https://github.com/yahoo/context-parser",
"directories": {
"test": "tests"
},
"license": "BSD"
}