-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 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
32
33
{
"name": "webuilder",
"version": "2.0.1",
"description": "frontend kit for typescript and javascript",
"homepage": "https://git.jeyserver.com/webuilder/npm",
"license": "MIT",
"author": {
"email": "info@jeyserver.com",
"name": "JeyServer",
"url": "http://www.jeyserver.com/"
},
"bugs": {
"url": "https://git.jeyserver.com/webuilder/npm/issues"
},
"repository": {
"type": "git",
"url": "git+https://git.jeyserver.com/webuilder/npm.git"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"jquery": "^3.2.1",
"url": "^0.11.0"
},
"devDependencies": {
"@types/jquery": "^2.0.41",
"@types/node": "^7.0.13",
"typescript": "^2.2.1"
}
}