forked from cotsog/JavaScriptSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
48
49
50
51
52
53
54
55
{
"name": "cloudboost",
"version": "6.6.6",
"description": "Database Service that does Storage, Search, Real-time and a whole lot more.",
"main": "./dist/cloudboost.js",
"types": "./dist/cloudboost.d.ts",
"keywords": [
"database as a service",
"dbaas",
"no-sql",
"database"
],
"scripts": {
"start": "webpack --watch --progress",
"test": "npm run test-browser && npm run test-node",
"test-browser": "mocha-phantomjs -p ./node_modules/phantomjs/lib/phantom/bin/phantomjs -s webSecurityEnabled=false --ssl-protocol=any test/index.html",
"test-node": "./node_modules/.bin/mocha --reporter spec test/test.js",
"2npm": "publish"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"axios": "^0.14.0",
"bluebird": "^3.4.6",
"deep-equal": "^1.0.1",
"form-data": "^2.1.2",
"jsdom": "^9.10.0",
"localStorage": "^1.0.3",
"localforage": "^1.5.0",
"socket.io-client": "^1.7.1",
"phantomjs": "^2.1.7"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-without-strict": "0.0.4",
"chai": "^3.5.0",
"chance": "^1.0.1",
"grunt": "~0.4.5",
"grunt-bump": "^0.3.1",
"grunt-bumpup": "^0.6.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-release": "^0.13.0",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "*",
"mocha-phantomjs": "^4.1.0",
"publish": "^0.6.0",
"webpack": "~1.13.1",
"webpack-dev-server": "~1.14.1"
}
}