-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.07 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.07 KB
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
{
"name": "topdoc.github.io",
"version": "1.0.0",
"description": "Basic documentation for Topdoc styleguide generator",
"main": "index.js",
"scripts": {
"start": "JEKYLL_ENV=dev bundle exec rake & browser-sync 'http://localhost:4000' '_site' -w & npm run js:watch && fg",
"js:build": "parcel build js/src/index.js -d js/ --no-source-maps",
"js:watch": "watch -f js/src/index.js -r 'npm run js:build'",
"build": "npm run js:build; bundle exec rake html_proofer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GarthDB/topdoc.github.io.git"
},
"author": "Garth Braithwaite <garthdb@gmail.com> (http://garthdb.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GarthDB/topdoc.github.io/issues"
},
"homepage": "https://github.com/GarthDB/topdoc.github.io#readme",
"devDependencies": {
"browser-sync": "^2.26.3",
"cli-watch": "^1.0.7",
"parcel": "^1.10.3"
},
"dependencies": {
"codemirror": "^5.42.0",
"postcss": "^7.0.6",
"postcss-topdoc": "^0.1.7",
"topdoc": "^1.1.6"
}
}