forked from Mango/slideout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "@share911/slideout",
"repository": "[email protected]:share911/slideout.git",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <[email protected]>",
"version": "1.0.2",
"scripts": {
"build": "node browserify.js",
"test": "npm run build && istanbul cover _mocha",
"dist": "node browserify.js && uglifyjs ./dist/slideout.js -m -o ./dist/slideout.min.js",
"hint": "jshint index.js"
},
"dependencies": {
"decouple": "0.0.2",
"@share911/emitter": "0.0.7"
},
"devDependencies": {
"better-assert": "1.0.2",
"browserify": "13.1.1",
"coveralls": "2.11.15",
"istanbul": "0.4.5",
"jsdom": "9.8.3",
"jshint": "2.9.4",
"mocha": "3.1.2",
"uglify-js": "2.7.4"
},
"main": "index.js",
"keywords": [
"slideout",
"offcanvas",
"menu",
"touch"
],
"license": "MIT",
"spm": {
"dependencies": {
"decouple": "0.0.2",
"@share911/emitter": "0.0.7"
},
"main": "index.js"
},
"filename": "slideout.min.js",
"autoupdate": {
"source": "git",
"target": "git://github.com/Share911/slideout.git",
"basePath": "dist",
"files": [
"*.js"
]
}
}