forked from patternfly/patternfly-design
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 KB
/
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
{
"name": "patternfly-design",
"version": "0.0.0",
"description": "A repository containing patternfly designs",
"main": "index.js",
"dependencies": {
"handlebars": "^4.0.6",
"rx": "^4.1.0"
},
"devDependencies": {
"browser-sync": "^2.18.2",
"cheerio": "^1.0.0-rc.2",
"dateformat": "^2.0.0",
"front-matter": "^2.1.2",
"handlebars": "^4.0.6",
"handlebars-helpers": "^0.7.7",
"request": "^2.82.0",
"rx": "^4.1.0",
"watch": "^1.0.1"
},
"scripts": {
"test": "./script/verify-site-includes.js",
"bundle": "bundle install",
"lint": "bundle exec mdl pattern-library",
"build-status": "./script/status.js",
"watch-status": "watch ./script/status.js script",
"serve-status": "browser-sync start --server --port 8080 --files 'publish/**/*' --startPath 'publish/status'",
"serve": "npm run watch-status & npm run serve-status"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patternfly/patternfly-design.git"
},
"keywords": [
"patternfly",
"design"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/patternfly/patternfly-design/issues"
},
"homepage": "https://github.com/patternfly/patternfly-design#readme"
}