forked from e-motiv/hilitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 861 Bytes
/
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
{
"name": "hilitor",
"version": "0.0.1",
"description": "javascript highlighting",
"main": "hilitor.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/mjhost/hilitor.git"
},
"keywords": [
"javascript",
"highlighting"
],
"author": {
"name" : "Chirp Internet",
"url" : "http://www.chirp.com.au/"
},
"contributors":[
{"name":"Ger Hobbelt", "email":"[email protected]"},
{"name":"Francesco Strazzullo", "email":"[email protected]"},
{"name":"Ruben", "email":"[email protected]"},
{"name":"Paolo", "email":"[email protected]"}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mjhost/hilitor/issues"
},
"homepage": "https://github.com/mjhost/hilitor#readme"
}