-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 920 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
{
"name": "riotgear-bubble",
"version": "1.0.3",
"description": "Bubble component",
"main": "dist/rg-bubble.min.js",
"scripts": {
"lint": "jshint . --exclude-path=.gitignore",
"riot": "riot src dist/rg-bubble.js --type es6",
"postriot": "riot demo --type es6",
"uglify": "uglifyjs --output dist/rg-bubble.min.js -- dist/rg-bubble.js",
"build": "npm run riot && npm run uglify"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/RiotGear/rg-bubble.git"
},
"keywords": [
"riotjs",
"riot",
"component",
"bubble"
],
"author": "Gregory Pratt",
"license": "MIT",
"bugs": {
"url": "https://github.com/RiotGear/rg-bubble/issues"
},
"homepage": "https://github.com/RiotGear/rg-bubble",
"devDependencies": {
"babel": "^5.8.21",
"jshint": "~2.7.0",
"riot": "~2.2.2",
"uglify-js": "~2.4.21"
}
}