-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "js-frameworks-dashboard",
"version": "1.0.0",
"description": "JS Frameworks Dashboard is a tool for visualizing and comparing popularity of various JavaScript frameworks based on GitHub activity. — Edit",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "babel src -d dist",
"watch": "babel src -wd dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theroncross/js-frameworks-dashboard.git"
},
"keywords": [
"javascript",
"frameworks",
"github"
],
"author": "Theron Cross",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/theroncross/js-frameworks-dashboard/issues"
},
"homepage": "https://github.com/theroncross/js-frameworks-dashboard#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0"
}
}