-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathpackage.json
34 lines (34 loc) · 927 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
{
"name": "doc-pm2",
"version": "1.0.0",
"description": "1. sudo apt install clang make ruby-dev libffi-dev\r 2. `bundle install`\r 3. `bundle exec jekyll serve`",
"main": "mapping-plus.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "docker run -p 80:4000 -v $(pwd):/site bretfisher/jekyll-serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keymetrics/doc-pm2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/keymetrics/doc-pm2/issues"
},
"homepage": "https://github.com/keymetrics/doc-pm2#readme",
"dependencies": {
"gulp-autoprefixer": "^5.0.0",
"gulp-sass": "^4.0.1",
"ins": "0.0.0"
},
"devDependencies": {
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"stylelint-config-standard": "^18.2.0"
}
}