-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "viewport-state-manager",
"version": "0.1.3",
"description": "Babysit your viewport and adapt your UIs.",
"main": "src/main.js",
"dependencies": {
"lodash.assign": "^3.0.0",
"lodash.bind": "^3.1.0",
"lodash.debounce": "^3.0.3",
"lodash.has": "^3.0.0"
},
"devDependencies": {
"browserify": "^9.0.3",
"gulp": "^3.8.2",
"gulp-bump": "^0.1.9",
"gulp-jshint": "^1.6.3",
"gulp-rename": "^1.2.0",
"gulp-size": "^0.4.0",
"gulp-uglify": "~0.3.1",
"jshint-stylish": "^0.2.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "git",
"url": "https://github.com/kyledetella/viewport-state-manager.git"
},
"keywords": [
"viewport",
"manager",
"responsive",
"respond",
"observe"
],
"author": "Kyle DeTella",
"license": "ISC",
"bugs": {
"url": "https://github.com/kyledetella/viewport-state-manager/issues"
},
"homepage": "https://github.com/kyledetella/viewport-state-manager"
}