forked from framework7io/framework7-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 735 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 735 Bytes
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
{
"name": "Framework7-Website",
"description": "Framework7 Website",
"keywords": [
"Framework7"
],
"homepage": "http://framework7.io/",
"author": "Vladimir Kharlampidi",
"repository": {
"type": "git",
"url": "https://github.com/framework7io/framework7-website"
},
"devDependencies": {
"del": "^2.2.2",
"framework7-vue": "^0.8.5",
"gulp": "^3.9.1",
"gulp-connect": "^2.3.1",
"gulp-data": "^1.3.1",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.5",
"gulp-open": "^1.0.0",
"gulp-pug": "^3.3.0",
"gulp-util": "^3.0.8",
"jade": "^1.11.0",
"js-yaml": "^3.10.0",
"jsdom": "^9.11.0",
"json-fn": "^1.1.1",
"pug": "^2.0.0-rc.4",
"to-case": "^2.0.0"
}
}