-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 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
43
44
45
46
47
{
"name": "eledoc",
"version": "0.2.1",
"license": "Apache-2.0",
"author": {
"name": "Pierre-Antoine Mills",
"url": "https://github.com/pirix-gh"
},
"description": "A material dark theme for TypeDoc",
"keywords": [
"typescript",
"documentation",
"generator"
],
"homepage": "https://github.com/pirix-gh/eledoc",
"repository": {
"type": "git",
"url": "https://github.com/pirix-gh/eledoc"
},
"main": "bin/plugin.js",
"scripts": {
"clean": "rimraf bin",
"grunt": "grunt",
"build": "npm run clean && npm run grunt",
"prepublish": "npm run build"
},
"engines": {
"node": ">= 4"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-sass": "^2.1.0",
"grunt-string-replace": "^1.0.0",
"grunt-ts": "^5.5.1",
"rimraf": "^2.6.1",
"typescript": "2.3.2"
},
"files": [
"bin",
"LICENSE"
]
}