forked from Mango/slideout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 906 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": "slideout",
"repository": "[email protected]:mango/slideout.git",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <[email protected]>",
"version": "0.1.5",
"scripts": {
"build": "node browserify.js",
"test": "npm run build && node_modules/.bin/_mocha",
"dist": "node browserify.js && uglifyjs ./dist/slideout.js -m -o ./dist/slideout.min.js",
"hint": "jshint index.js"
},
"dependencies": {
"decouple": "0.0.1"
},
"devDependencies": {
"better-assert": "1.0.1",
"browserify": "7.0.3",
"jsdom": "3.1.1",
"mocha": "2.1.0",
"uglify-js": "2.4.15",
"jshint": "2.6.3"
},
"main": "index.js",
"keywords": [
"slideout",
"offcanvas",
"menu",
"touch"
],
"license": "MIT",
"spm": {
"dependencies": {
"decouple": "0.0.1"
},
"main": "index.js"
}
}