forked from googlearchive/code-prettify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.3 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
53
54
55
56
57
58
59
{
"name": "code-prettify",
"version": "1.0.0",
"description": "Google Code Prettify",
"license": "Apache-2.0",
"homepage": "https://github.com/google/code-prettify",
"repository": {
"type": "git",
"url": "git+https://github.com/google/code-prettify.git"
},
"bugs": {
"url": "https://github.com/google/code-prettify/issues"
},
"keywords": [
"syntax",
"highlight",
"highlighting",
"source",
"code",
"prettify",
"google"
],
"author": "Google",
"maintainers": [
"Mike Samuel <[email protected]>"
],
"contributors": [
"Amro <[email protected]>"
],
"main": "src/node_prettify.js",
"directories": {
"lib": "src",
"doc": "docs",
"example": "examples",
"test": "tests"
},
"files": [
"loader/",
"src/",
"styles/*.css",
"COPYING"
],
"scripts": {
"grunt": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"google-closure-compiler": "^20161201.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"grunt-preprocess": "^5.1.0",
"html-to-text": "^3.0.0",
"zombie": "^5.0.5"
}
}