-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.62 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "slytherin",
"version": "0.4.3",
"description": "A Global Drag Listener",
"main": "index.js",
"scripts": {
"serve-examples": "bin/serve-examples.sh",
"watch-examples": "bin/watch-examples.sh",
"precommit": "bin/precommit.sh",
"test": "bin/test.sh",
"lint": "bin/lint.sh"
},
"lint-staged": {
"*.{js,json,css,sass,scss,md}": ["prettier --write", "git add"]
},
"files": ["lib/", "index.js"],
"repository": "git@github.com:jsbites/slytherin.git",
"author": "Volkan Özçelik <me@volkan.io>",
"license": "MIT",
"private": false,
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.14.0",
"eslint-config-jsbites": "^2.1.2",
"eslint-loader": "^1.9.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.5.1",
"http-server": "^0.10.0",
"husky": "^0.14.3",
"lint-staged": "^6.0.0",
"prettier": "^1.9.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"remove-flow-types-loader": "^1.1.0",
"webpack": "^3.10.0"
},
"dependencies": {
"dombili": "^0.11.0"
},
"keywords": [
"byte",
"byte-sized javascript",
"byte-sized",
"bytesized.tv",
"demos",
"education",
"javascript",
"learning",
"podcast",
"react",
"redux",
"screencast",
"tutorials",
"vidcast",
"videocast",
"videos",
"drag",
"dom",
"slide",
"ui"
]
}