-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.82 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
57
58
59
60
61
62
63
64
65
66
{
"name": "@backand/vanilla-sdk",
"version": "1.2.15",
"description": "Backand SDK for JavaScript",
"main": "./dist/backand.js",
"types": "./dist/backand.d.ts",
"files": [
"dist",
"example",
"test"
],
"directories": {
"example": "example"
},
"scripts": {
"build": "gulp build",
"dev": "gulp watch",
"start": "browser-sync start -s ./example/ -f ./dist/ ./example/ --ss ./dist/ --port 3000",
"test": "browser-sync start -s ./test/ -f ./dist/ ./test/ --ss ./dist/ ./node_modules/ --port 3000 --index runner.html",
"patch": "npm version patch -m \"Release version %s\"",
"version": "npm run build && gulp bower && git add -A",
"postversion": "git push && git push --tags"
},
"author": "Backand",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.6",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"es6-promise": "^4.0.5",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-header": "^1.8.8",
"gulp-json-editor": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"mocha": "^3.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/backand/vanilla-sdk.git"
},
"bugs": {
"url": "https://github.com/backand/vanilla-sdk/issues"
},
"homepage": "https://github.com/backand/vanilla-sdk#readme",
"keywords": [
"Backand",
"backend",
"backend sdk",
"backend js",
"backend javascript",
"vanilla-sdk",
"backend vanilla sdk"
]
}