-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 846 Bytes
/
package.json
File metadata and controls
36 lines (36 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
36
{
"name": "tastee-html",
"version": "0.9.4",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha -r ts-node/register specs/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tastee/tastee-html.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tastee/tastee-html/issues"
},
"homepage": "https://github.com/tastee/tastee-html#readme",
"devDependencies": {
"@types/chai": "^4.0.9",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.55",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"ts-node": "^4.0.1",
"typescript": "^2.6.2"
},
"dependencies": {
"@types/cheerio": "^0.22.6",
"cheerio": "^1.0.0-rc.2",
"tsc": "^1.20150623.0"
}
}