-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 946 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 946 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
37
38
39
{
"name": "@triskel/render",
"version": "1.1.10",
"description": "triskel HTML renderer app",
"main": "dist/render.cjs.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/triskeljs/render.git"
},
"keywords": [
"html",
"minify",
"minifier"
],
"author": "Jesús Germade <jesus@germade.es>",
"license": "MIT",
"bugs": {
"url": "https://github.com/triskeljs/render/issues"
},
"homepage": "https://github.com/triskeljs/render#readme",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "5.0.1",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-story-reporter": "^0.3.1",
"mocha": "^5.2.0",
"rollup": "^0.66.0"
},
"dependencies": {}
}