forked from dsuryd/dotNetify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 881 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": "dotnetify",
"version": "2.0.8-beta",
"description": "Simple, lightweight, yet powerful way to build realtime .NET web apps.",
"main": "index.js",
"files": [
"dist/*.js",
"dist/*.ts",
"dist/typings",
"README.*",
"LICENSE.*"
],
"dependencies": {
"jquery-deferred": "^0.3.1",
"create-react-class": "^15.6.2",
"prop-types": "^15.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dsuryd/dotNetify.git"
},
"keywords": [
"dotnetify",
"signalr",
"react",
"react-native",
"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"
}