-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.53 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.53 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "hslayout",
"main": "./index.js",
"types": "./index.d.ts",
"version": "2.4.6",
"keywords": [
"layout",
"UI",
"es6",
"mithril"
],
"description": "Helpful Scripts UI layout utility",
"homepage": "http://helpfulscripts.github.io/hsLayout/#!/api/hsLayout/0",
"author": {
"name": "masterscripter",
"email": "helpfulscripts@gmail.com"
},
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HelpfulScripts/hsLayout.git"
},
"engines": {
"node": ">= 10.14.0"
},
"plugins": [
"plugins/markdown"
],
"devDependencies": {
"@types/node": "^7.0.66",
"@types/mithril": "^1.1.12",
"@types/jest": "^23.3.1",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.19",
"grunt-tslint": "^4.0.1",
"grunt-typedoc": "^0.2.4",
"grunt-webpack": "^3.1.2",
"coveralls": "^3.0.2",
"grunt-coveralls": "^2.0.0",
"hsutil": "^2.0.0",
"hsnode": "^2.0.0",
"mithril": "^2.0.2",
"mithril-query": "^2.4.1",
"jest": "^23.4.2",
"ts-jest": "^23.0.1",
"tslint": "^4.5.1",
"typedoc": "^0.12.0",
"typescript": "^3.1.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.14.0"
},
"dependencies": {
"mithril": "^2.0.2"
}
}