forked from mamaso/azure-mobile-apps-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "azure-mobile-apps",
"version": "4.0.1",
"description": "Build mobile apps with data storage, push notifications and offline sync in minutes.",
"main": "src/index.js",
"typings": "typings/main.d.ts",
"author": "Microsoft",
"repository": "Azure/azure-mobile-apps-node",
"license": "MIT",
"scripts": {
"test": "npm run lint && mocha",
"lint": "jshint src",
"jsdoc": "jsdoc -c jsdoc/config.json",
"testCI": "mocha --timeout 10000",
"travis": "npm run lint && npm run testCI"
},
"dependencies": {
"azure-odata-sql": "^0.1.0",
"azure-query-js": "^0.1.0",
"azure-sb": "^0.10.3",
"body-parser": "^1.13.1",
"es6-promise": "^3.1.2",
"express": "^4.12.4",
"jsonwebtoken": "^7.0.0",
"mssql": "^3.2.0",
"ua-parser": "^0.3.5",
"uuid": "^3.0.0",
"winston": "^2.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.0.0",
"chai-subset": "^1.0.1",
"jsdoc": "^3.3.2",
"jshint": "^2.9.1",
"minami": "danderson00/minami",
"mocha": "^3.0.2",
"q": "^1.4.1",
"sinon": "^1.16.1",
"sinon-as-promised": "^4.0.2",
"sinon-chai": "^2.8.0",
"sqlite3": "^3.1.2",
"supertest": "^2.0.0",
"supertest-as-promised": "^4.0.0",
"swagger-ui": "^2.2.3"
}
}