forked from yuanqing/menu-aim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "menu-aim",
"version": "0.0.1",
"description": "Instant mega menus in vanilla JavaScript.",
"author": "Lim Yuan Qing",
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/yuanqing/menu-aim.git"
},
"devDependencies": {
"babel-cli": "6.4.5",
"babel-core": "6.4.5",
"babel-eslint": "5.0.0-beta8",
"babel-plugin-transform-object-rest-spread": "6.3.13",
"babel-preset-es2015": "6.3.13",
"babelify": "7.2.0",
"browserify": "13.0.0",
"del": "2.2.0",
"ecstatic": "1.4.0",
"gulp": "3.9.0",
"gulp-babel": "6.1.2",
"gulp-eslint": "1.1.1",
"gulp-util": "3.0.7",
"nopt": "3.0.6",
"opn": "4.0.0",
"require-dir": "0.3.0",
"run-sequence": "1.1.5",
"tape": "4.4.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
},
"scripts": {
"lint": "gulp lint",
"prepublish": "gulp build"
},
"keywords": [
"dom",
"html",
"instant",
"menu",
"menu-aim"
]
}