forked from dsuryd/dotNetify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "dotnetify",
"version": "1.1.2",
"description": "Simple, lightweight, yet powerful way to build realtime HTML5/C# .NET web and mobile apps.",
"main": "dist/dotnetify.js",
"files": [
"dist/*.js",
"README.*",
"LICENSE.*"
],
"dependencies": {
"jquery": "^3.1.1",
"jquery.ui.widget": "^1.10.3",
"knockout": "^3.4.1",
"signalr": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dsuryd/dotNetify.git"
},
"keywords": [
"dotnetify",
"signalr",
"knockout",
"mvvm",
"web",
"mobile",
"realtime"
],
"author": "Dicky Suryadi",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/dsuryd/dotNetify/issues"
},
"homepage": "https://github.com/dsuryd/dotNetify"
}