forked from gnab/remark
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 989 Bytes
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 989 Bytes
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
{
"name": "remark"
, "version" : "0.12.0"
, "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": "~2.5"
, "mocha": "1.17.0"
, "mocha-phantomjs": "3.3.1"
, "phantomjs": "1.9.2-6"
, "should": "1.2.2"
, "sinon": "1.8.2"
, "jshint": "~2.7"
, "shelljs": "~0.4"
, "grunt-contrib-watch": "~0.5.3"
, "grunt-contrib-connect": "~0.8.0"
, "grunt": "~0.4.0"
}
, "scripts": {
"test": "node make test"
}
, "config": {
"highlighter": {
"languages": [
"javascript"
, "ruby"
, "python"
, "bash"
, "java"
, "php"
, "perl"
, "cpp"
, "objectivec"
, "powershell"
, "cs"
, "sql"
, "xml"
, "css"
, "scala"
, "coffeescript"
, "lisp"
, "clojure"
, "http"
, "haskell"
]
}
}
}