-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
34 lines (34 loc) · 989 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
{
"name": "@types/framework7",
"version": "1.0.1",
"description": "Typescript definitions for Framework7, Swiper, Dom7 by iDangero.us",
"main": "index.d.ts",
"types": "index.d.ts",
"scripts": {
"clip-docs-2": "./node_modules/.bin/ts-node ./clip-docs-2.ts",
"clip-docs-3": "./node_modules/.bin/ts-node ./clip-docs-3.ts",
"clip-docs-4": "./node_modules/.bin/ts-node ./clip-docs-4.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasonKleban/Framework7.d.ts.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/JasonKleban/Framework7.d.ts/issues"
},
"homepage": "https://github.com/JasonKleban/Framework7.d.ts#readme",
"dependencies": {
"@types/react": "^16.4.11"
},
"devDependencies": {
"@types/clipboardy": "^1.1.0",
"clipboardy": "^1.2.3",
"dom7": "^2.1.0",
"framework7": "^3.2.1",
"template7": "^1.4.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.1"
}
}