-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 850 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
{
"name": "githubUsers-marfeel",
"version": "1.0.0",
"description": "Test Frontend - API Github - Vanilla JS",
"private": true,
"author": "",
"main": "gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"license": "ISC",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb-base": "^7.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.2.0",
"grunt": "^1.0.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.2.0",
"matchdep": "1.0.1"
}
}