-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 823 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 823 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
{
"name": " cloudboost",
"version": "1.0.1",
"description": "Cloudboost is a hybrid No-Sql database as a service ",
"main": "lib/cloudboost",
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"database as a service",
"dbaas",
"no-sql",
"database"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "hello@cloudboost.io",
"license": "MIT",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"node-localstorage": "^0.5.0",
"socket.io-client": "^1.3.5",
"mocha-phantomjs": "^3.5.3",
"xmlhttprequest": "^1.7.0"
},
"devDependencies": {
"mocha-phantomjs": "^3.5.3",
"mocha": "^2.2.4",
"phantomjs": "^1.9.16"
}
}