Skip to content

Commit 069851c

Browse files
committed
add package.json
1 parent a9da26e commit 069851c

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "highlightjs-rascript",
3+
"version": "0.0.0",
4+
"description": "highlight.js syntax definition for RATools DSL, RAScript",
5+
"main": "src/rascript.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/joshraphael/highlightjs-rascript.git"
12+
},
13+
"keywords": [
14+
"rascript",
15+
"highlight.js",
16+
"highlightjs",
17+
"syntax"
18+
],
19+
"author": "Joshua Raphael",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/joshraphael/highlightjs-rascript/issues"
23+
},
24+
"homepage": "https://github.com/joshraphael/highlightjs-rascript"
25+
}

0 commit comments

Comments
 (0)