-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 778 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 778 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
{
"name": "avamar-sdk",
"version": "0.0.1",
"description": "A JavaScript async SDK",
"scripts": {
"test": "mocha ./test --compilers js:babel/register --recursive"
},
"author": "dumitru.taraianu@emc.com",
"license": "MIT",
"dependencies": {
"restler": "^3.3.0",
"restling": "^0.9.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.0",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.7.0",
"chai": "^3.4.0",
"chai-as-promised": "^5.1.0",
"eslint": "^1.2.1",
"eslint-config-airbnb": "^0.0.8 ",
"eslint-plugin-babel": "^2.1.1",
"eslint-plugin-react": "^3.3.0",
"expect.js": "^0.3.1",
"mocha": "^2.3.3",
"sleep": "^3.0.0",
"xml2js": "^0.4.12"
}
}