-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 908 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
33
{
"name": "buy_or_exchange",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.0.0-alpha.3",
"dropzone": "^4.3.0",
"font-awesome": "^4.6.3",
"jQuery-Geolocation": "git+https://github.com/manuelbieh/jQuery-Geolocation.git",
"jquery": "2.2.4",
"jquery-zoom": "^1.7.15",
"jssocials": "^1.2.1",
"rx": "^4.1.0",
"rx-dom": "git+https://github.com/Reactive-Extensions/RxJS-DOM.git",
"slick-carousel": "^1.6.0",
"tether": "^1.3.2",
"zxcvbn": "^4.3.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-npm-files": "^0.1.3",
"gulp-sass": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "gulp copy-npmdependencies copy-nonNpmdependencies",
"styles": "gulp styles",
"install": "gulp copy-dependencies"
},
"author": "",
"license": "ISC"
}