-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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": "Web-disability-simulator",
"version": "1.0.3",
"description": "Web disability simulator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Metamatrix/Web-Disability-Simulator.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Metamatrix/Web-Disability-Simulator/issues"
},
"homepage": "https://github.com/Metamatrix/Web-Disability-Simulator#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^8.2.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"eslint": "^4.18.1",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-react": "^7.7.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0"
},
"presets": [
"env"
]
}