forked from HelixDesignSystem/helix-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "helix-ui",
"version": "0.0.1",
"description": "Web Component Library",
"keywords": [
"custom elements",
"shadow dom",
"ui toolkit",
"v1"
],
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "2.x",
"cheerio": "^1.0.0-rc.2",
"eslint": "4.x",
"eslint-loader": "^1.9.0",
"front-matter": "^2.2.0",
"fs-extra": "^4.0.2",
"gh-pages": "^1.0.0",
"globby": "^6.1.0",
"gulp": "3.x",
"gulp-bump": "2.x",
"highlight.js": "^9.12.0",
"js-yaml": "^3.9.1",
"less": "2.x",
"less-loader": "^4.0.5",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"nunjucks": "^3.0.1",
"pkgcloud": "^1.4.0",
"raw-loader": "^0.5.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^3.5.5"
},
"scripts": {
"build": "bin/build.js",
"clean": "rm -fr node_modules",
"deploy": "bin/deploy.js",
"lint": "eslint -c .eslintrc.json source",
"postinstall": "cd test; yarn install; yarn run webdriver:update; cd -;",
"publish": "bin/publish.js",
"start": "bin/start.js",
"test": "cd test; yarn test"
},
"repository": "https://github.com/rackerlabs/helix-ui.git",
"author": "Ryan Johnson <[email protected]>",
"contributors": [
"Andrew Yurisich",
"Cathy Siller",
"Evan Nabors",
"Steven Salinas",
"Ty Taylor"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/rackerlabs/helix-ui/issues"
},
"homepage": "https://github.com/rackerlabs/helix-ui#readme"
}