-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
47
48
49
50
51
{
"name": "fokusextension",
"version": "1.0.0",
"description": "Chrome extension to allow users to relax and stay productive.",
"main": "popup.jsx",
"repository": {
"type": "git",
"url": "git+https://github.com/williamgrosset/fokus.git"
},
"devDependencies": {
"browserify": "^13.1.1",
"chai": "^3.5.0",
"enzyme": "^2.7.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.0.1",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"mock-local-storage": "^1.0.2",
"prettier": "^1.9.2",
"react-addons-test-utils": "^15.4.2",
"sinon-chrome": "^2.1.3",
"watchify": "^3.7.0"
},
"scripts": {
"watch": "./scripts/watch.sh",
"lint": "./scripts/lint.sh",
"test": "./scripts/test.sh"
},
"author": "William Grosset",
"license": "MIT",
"bugs": {
"url": "https://github.com/williamgrosset/fokus/issues"
},
"homepage": "https://github.com/williamgrosset/fokus#readme",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"jquery": "^3.1.1",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "^15.4.1",
"react-dom": "^15.5.4",
"shortid": "^2.2.8"
}
}