forked from spur/interaction-lock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "spur-interaction-lock",
"version": "0.1.0",
"description": "Handling concurrent user interactions.",
"main": "interaction-lock.js",
"repository": {
"type": "git",
"url": "git+https://github.com/spur/interaction-lock.git"
},
"keywords": [
"interactions",
"lock",
"DOM"
],
"author": "Paul Colleoni (http://github.com/polco)",
"license": "ISC",
"bugs": {
"url": "https://github.com/spur/interaction-lock/issues"
},
"homepage": "https://github.com/spur/interaction-lock#readme",
"scripts": {
"dev": "webpack-dev-server --inline --progress --colors --host 0.0.0.0"
},
"devDependencies": {
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"ip": "^1.1.0",
"jsx-loader": "^0.13.2",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"spur-events": "^0.1.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"events": "^1.1.0"
}
}