-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 859 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 859 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
34
35
36
37
38
39
40
41
42
43
{
"name": "jit",
"version": "1.6.0",
"description": "A module for quickly building json api with git like version control.",
"license": "UNLICENSED",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/RIKSOF/jit.git"
},
"scripts": {
},
"keywords": [
"json",
"api",
"versioning",
"git"
],
"contributors": [
{
"name": "Khurram Ali",
"email": "info@riksof.com"
}
],
"bin": {},
"homepage": "https://github.com/RIKSOF/jit#readme",
"peerDependencies": {
"bcryptjs": "2.3.0",
"bluebird": "3.4.7",
"client-oauth2": "2.2.0",
"js-sha3": "0.5.5",
"lodash": "4.17.2",
"lokijs": "1.4.1",
"mathjs": "3.8.1",
"moment": "2.17.1",
"rxjs": "5.0.3",
"socket.io-client": "2.0.3"
},
"dependencies": {
},
"devDependencies": {
}
}