-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1008 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1008 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
36
{
"name": "stackable",
"version": "1.4.6",
"description": "Official Stackable API Javascript library for getting data from stack",
"browser": "dist/stackable-browsify.js",
"main": "dist/stackable-node.js",
"scripts": {
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/get-stackable/stackable-javascript.git"
},
"keywords": [],
"author": "Parminder Klair <p.klair@scorchsoft.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/get-stackable/stackable-javascript/issues"
},
"homepage": "https://github.com/get-stackable/stackable-javascript",
"dependencies": {
"es6-promise": "^3.2.1",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.6.0",
"estraverse-fb": "^1.3.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3"
}
}