-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 966 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
35
36
37
38
39
40
41
{
"name": "riot-ui",
"version": "1.2.0",
"description": "A Riot UI kit",
"main": "./dist/riot-ui.js",
"scripts": {
"build": "webpack --progress --colors",
"build-watch": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wellguimaraes/riot-ui.git"
},
"keywords": [
"riot",
"components",
"ui",
"custom",
"tags"
],
"author": "Wellington Guimaraes",
"license": "MIT",
"bugs": {
"url": "https://github.com/wellguimaraes/rui/issues"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.6.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-riot": "^1.0.3",
"css-loader": "^0.23.1",
"keycode": "^2.1.1",
"riot": "^2.3.17",
"riot-loader": "^1.0.0",
"riotjs-loader": "^2.0.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.5.1",
"webpack": "^1.12.14"
}
}