-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.77 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
63
64
65
66
{
"name": "riotgear-sidemenu",
"version": "1.0.0",
"description": "Off-canvas menu component",
"main": "dist/rg-sidemenu.min.js",
"scripts": {
"lint": "jshint . --exclude-path=.gitignore",
"riot": "riot src dist/rg-sidemenu.js",
"postriot": "riot demo",
"uglify": "uglifyjs --output dist/rg-sidemenu.min.js -- dist/rg-sidemenu.js",
"build": "npm run riot && npm run uglify",
"test": "istanbul cover -- _mocha --timeout=10000"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kartena/riot-sidemenu.git"
},
"keywords": [
"riotjs",
"riot",
"component",
"sidemenu"
],
"author": {
"name": "Gregory Pratt"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RiotGear/riot-sidemenu/issues"
},
"homepage": "https://github.com/kartena/riot-sidemenu",
"devDependencies": {
"babel": "~5.4.3",
"chai": "~2.2.0",
"istanbul": "~0.3.13",
"jshint": "~2.7.0",
"mocha": "~2.2.4",
"riot": "~2.0.15",
"uglify-js": "~2.6.0"
},
"gitHead": "5d1ecc59502b4d4929ea8215b86321951faed058",
"_id": "[email protected]",
"_shasum": "dda35c35e2e36ba7da88ef2e0394f6d7a86402a9",
"_from": "[email protected]",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "grumpywizards",
"email": "[email protected]"
},
"maintainers": [
{
"name": "grumpywizards",
"email": "[email protected]"
}
],
"dist": {
"shasum": "dda35c35e2e36ba7da88ef2e0394f6d7a86402a9",
"tarball": "http://registry.npmjs.org/riotgear-sidemenu/-/riotgear-sidemenu-1.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/riotgear-sidemenu/-/riotgear-sidemenu-1.0.0.tgz",
"readme": "ERROR: No README data found!"
}