-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 869 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
{
"name": "astock-searchbar",
"version": "1.2.2",
"description": "Reference integration of Adobe Stock search results",
"main": "src/sdk_searchbar.js",
"scripts": {
"build": "babel src/sdk_searchbar.js --out-file dist/sdk_searchbar.min.js --source-maps && babel src --out-dir dist --copy-files --ignore sdk_searchbar1-src.html,sdk_searchbar-videosrc.html,sdk_searchbar.js,archive && git archive --format=zip --prefix=searchbar/ HEAD:dist/ -o searchbar-1.2.2.zip"
},
"author": "cfsmith@adobe.com",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/chfabbro/astock-searchbar.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
},
"dependencies": {
"babel-plugin-transform-remove-console": "^6.9.0",
"babel-polyfill": "^6.26.0",
"npm": "^5.8.0"
}
}