-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "volley",
"version": "1.2.0",
"description": "A JavaScript CSS breakpoint interpreter",
"main": "lib/volley.js",
"scripts": {
"test": "karma start spec/setup/karma.conf.js",
"dev": "karma start spec/setup/karma.conf.js --no-single-run"
},
"repository": {
"type": "git",
"url": "[email protected]:afram/volley.git"
},
"keywords": [
"breakpoint",
"breakpoints",
"media query",
"responsive",
"responsive JavaScript",
"css",
"@media"
],
"author": "Marwan Butrous <github.com/afram>",
"license": "MIT",
"bugs": {
"url": "https://github.com/afram/volley/issues"
},
"homepage": "https://github.com/afram/volley#readme",
"dependencies": {
"lodash.debounce": "^4.0.3"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.2",
"karma-cli": "^0.1.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"phantomjs-prebuilt": "2.1.5",
"webpack": "^1.12.14"
}
}