This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.51 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
56
{
"name": "softlayer-object-storage",
"version": "1.1.1",
"description": "Set of helpers to work with the softLayer Object Storage.",
"main": "lib/index.js",
"scripts": {
"build": "gulp",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "/~https://github.com/sarkistlt/softlayer-object-storage.git"
},
"keywords": [
"softlayer",
"swift",
"os",
"object storage",
"ibm",
"objectStorage"
],
"author": {
"name": "Sarkis Arutiunian (sarkis.tlt@gmail.com)"
},
"license": "MIT",
"bugs": {
"url": "/~https://github.com/sarkistlt/softlayer-object-storage/issues"
},
"homepage": "/~https://github.com/sarkistlt/softlayer-object-storage#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"clean-webpack-plugin": "^0.1.16",
"cross-env": "^4.0.0",
"eslint": "^3.10.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"express-graphql": "^0.6.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^2.5.0",
"webpack": "^2.3.2"
},
"dependencies": {
"request": "^2.81.0"
}
}