forked from xmidt-org/mnemosyne
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 831 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": "mnemosyne",
"version": "1.0.0",
"description": "WebPA Server for mapping between names of devices.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/mocha --recursive"
},
"engines": {
"node": ">=4.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gbuddappagari/mnemosyne.git"
},
"author": "Gayathri Buddappagari",
"license": "ISC",
"bugs": {
"url": "https://github.com/gbuddappagari/mnemosyne/issues"
},
"homepage": "https://github.com/gbuddappagari/mnemosyne",
"devDependencies": {
"mocha": "^3.0.2"
},
"dependencies": {
"aws-sdk": "^2.6.2",
"dynamodb-doc": "^1.0.0",
"https": "^1.0.0",
"lambda-tester": "^2.6.0",
"node-uuid": "^1.4.7",
"string": "^3.3.1"
}
}