forked from gnab/remark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 874 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "remark"
, "version" : "0.6.4"
, "dependencies": {
"marked": "0.3.1"
}
, "repository": {
"type": "git",
"url": "https://github.com/gnab/remark.git"
}
, "devDependencies": {
"browserify": "2.14.2"
, "uglify-js": "2.3.5"
, "less": "1.3.3"
, "mocha": "1.17.0"
, "mocha-phantomjs": "3.3.1"
, "phantomjs": "1.9.2-6"
, "should": "1.2.2"
, "sinon": "1.8.2"
, "jshint": "2.1.2"
, "shelljs": "0.1.4"
}
, "scripts": {
"test": "node make test"
}
, "config": {
"highlighter": {
"languages": [
"javascript"
, "ruby"
, "python"
, "bash"
, "java"
, "php"
, "perl"
, "cpp"
, "objectivec"
, "cs"
, "sql"
, "xml"
, "css"
, "scala"
, "coffeescript"
, "lisp"
, "clojure"
, "http"
, "haskell"
]
}
}
}