-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 836 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
{
"private": true,
"name": "roole-doc",
"version": "0.0.0",
"description": "Roole language documentation",
"main": "lib/roole-doc.js",
"repository": {
"type": "git",
"url": "git://github.com/curvedmark/roole-doc.git"
},
"author": "Glen Huang <curvedmark@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/curvedmark/roole/issues"
},
"devDependencies": {
"roole-browser": "*",
"escape-html": "~1.0.0",
"autoprefixer": "~0.8.20131017",
"codemirror": "3.x",
"bower": "1.x",
"clean-css": "~1.1.3",
"uglify-js": "~2.4.1",
"html-minifier": "~0.5.4",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"cheerio": "~0.12.3",
"roole": "~0.9.0",
"unindent": "~1.2.0",
"codemirror-highlight": "~1.1.0"
}
}