-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "document-write-html",
"version": "0.2.3",
"description": "Convert a index.html page into document.writes. Why? Because most ad delivery systems do this - so nice to emulate *bad behaviour* for testing.",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"author": "FINN.no AS",
"contributors": [
"Sveinung Rosaker <[email protected]>"
],
"homepage": "https://github.com/gardr/document-write-html",
"repository": {
"type": "git",
"url": "[email protected]:gardr/document-write-html.git"
},
"keywords": [
"gardr",
"iframe",
"ads",
"third-party"
],
"license": "MIT",
"dependencies": {
"css-parse": "^2.0.0",
"clean-css": "^2.2.8",
"htmlparser2": "^3.7.3",
"soupselect": "^0.2.0",
"css-stringify": "^2.0.0",
"CSSselect": "^0.7.0"
},
"devDependencies": {
"referee": "^1.0.3",
"mocha": "^1.20.1",
"coveralls": "^2.11.1",
"istanbul": "^0.3.0",
"mocha-lcov-reporter": "0.0.1",
"jshint": "^2.5.2",
"phantom": "^0.6.5"
}
}