-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 950 Bytes
/
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
{
"name": "sdk-front-js",
"version": "1.0.0",
"description": "Frontend default presentation for the sdk-client-js from Touchvie",
"main": "index.js",
"scripts": {
"browserbabelify": "node scripts/browserify.js",
"jsdoc": "jsdoc src/ -r -t node_modules/docdash -d doc/",
"gh-pages-travis": "gh-pages-travis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/touchvie/sdk-front-js.git"
},
"author": "Tagsonomy S.L.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/touchvie/sdk-front-js/issues"
},
"homepage": "https://github.com/touchvie/sdk-front-js#readme",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"docdash": "^0.4.0",
"gh-pages-travis": "^1.0.0",
"jsdoc": "^3.4.1"
},
"dependencies": {
"sdk-client-js": "file:///Users/daniel.marino/Desktop/TouchvieSDK/sdk-client-js"
}
}