-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json~
35 lines (30 loc) · 1.12 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
{
"name":"ApplaneDB",
"version":"1.0.0",
"description":"Mongo DB",
"main":"index.js",
"dependencies":{"mocha":"*","chai":"*","express":"4.1.1",
"mongodb":"1.4.2",
"formidable":"1.0.14",
"moment":"2.6.0",
"body-parser":"1.0.2",
"newrelic" : "1.5.2",
"q":"1.0.1",
"ApplaneCore":"git+https://2497b79998465e241f37727770759465f4eb0cc3:[email protected]/daffodilsw/ApplaneCore.git",
"ApplaneDB":"git+https://2497b79998465e241f37727770759465f4eb0cc3:[email protected]/daffodilsw/ApplaneDB.git#[email protected]",
"ApplaneApps":"git+https://2497b79998465e241f37727770759465f4eb0cc3:[email protected]/daffodilsw/ApplaneApps.git#[email protected]"
},
"scripts":{
"test": "sudo ./node_modules/.bin/mocha ./node_modules/ApplaneDB/test --recursive --timeout 150000 'view testcase' --reporter spec"
},
"devDependencies":{},
"repository":{
"type":"git",
"url":"https://github.com/daffodilsw/ApplaneDB"
},
"author":"",
"license":"BSD",
"bugs":{
"url":"https://github.com/daffodilsw/ApplaneDB/issues"
}
}