-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
39 lines (39 loc) · 950 Bytes
/
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
{
"name": "pyrsmk-w",
"description": "Responsive viewport management tool",
"version": "1.7.0",
"author": "Aurélien Delogu <[email protected]> (http://dreamysource.fr)",
"repository": {
"type": "git",
"url": "https://github.com/pyrsmk/W.git"
},
"main": "lib/W.js",
"keywords": [
"width",
"height",
"viewport",
"screen",
"responsive"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pyrsmk/W/issues",
"email": "[email protected]"
},
"homepage": "http://dreamysource.io/project/w",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-flowtype": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^2.0.0",
"gulp-umd": "^0.2.0",
"lodash": "^4.16.4",
"resolve": "^1.1.7",
"umd-templates": "0.0.3"
}
}