-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 957 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
{
"name": "node-ember-cli-deploy-azure-tables",
"version": "0.3.0",
"description": "An ExpressJS middleware to serve EmberJS apps deployed by ember-cli-deploy and using Azure Table Storage",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jamesdixon/node-ember-cli-deploy-azure-tables.git"
},
"keywords": [
"ember",
"ember deploy",
"ember-cli-deploy",
"express",
"azure",
"azure table storage"
],
"scripts": {
"test": "NODE_ENV=test ./node_modules/.bin/mocha ./test/**/*-test.js"
},
"author": "James Dixon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesdixon/node-ember-cli-deploy-azure-tables/issues"
},
"homepage": "https://github.com/jamesdixon/node-ember-cli-deploy-azure-tables",
"dependencies": {
"azure-storage": "0.10.0",
"bluebird": "^3.3.5",
"lodash": "^4.11.1",
"memoizee": "0.3.10"
}
}