-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
{
"name": "nifty-nav-2",
"version": "0.3.2",
"description": "A JavaScript menu framework",
"main": "src/niftyNav2.js",
"scripts": {
"test": "npm run build",
"build": "npm run lint && webpack",
"watch": "webpack --watch",
"lint": "./node_modules/.bin/eslint ./src/js/*.js",
"start": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/factor1/nifty-nav-2.git"
},
"keywords": [
"Menu",
"Mobile",
"Navigation",
"Nav",
"Hamburger",
"Panel"
],
"author": "Eric Stout <factor1studios.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/factor1/nifty-nav-2/issues"
},
"homepage": "https://github.com/factor1/nifty-nav-2#readme",
"devDependencies": {
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.10",
"eslint": "^4.18.1",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.7.2",
"postcss-loader": "^2.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"webpack": "^3.11.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}