-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
52 lines (52 loc) · 1.38 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
{
"name": "html-tagged-template",
"description": "Proposal to improve the DOM creation API so developers have a cleaner, simpler interface to DOM creation and manipulation.",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"test": "gulp test-ci"
},
"repository": {
"type": "git",
"url": "https://github.com/straker/html-tagged-template.git"
},
"keywords": [
"proposal",
"HTML",
"DOM",
"tagged",
"template",
"string"
],
"author": "Steven Lambert <[email protected]> (http://sklambert.com/)",
"contributors": [
"Josh Crowther <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/straker/html-tagged-template/issues"
},
"homepage": "https://github.com/straker/html-tagged-template",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.6",
"dotenv": "^2.0.0",
"gulp": "^3.9.1",
"gulp-connect": "^2.3.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.1",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"mocha": "^2.4.5"
}
}