forked from techlab/jquery-smartcart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "smart-cart",
"version": "3.0.6",
"description": "The smart interactive jQuery Shopping Cart plugin with PayPal payment support",
"license": "MIT",
"keywords": [
"jquery",
"cart",
"paypal",
"shopping",
"ui",
"jquery-plugin"
],
"main": "./dist/js/smart-cart.js",
"scripts": {
"start": "",
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
"build": "gulp",
"clean": "gulp clean",
"lint": "gulp lint"
},
"dependencies": {
"jquery": ">=1.9.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"browser-sync": "^2.11.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.0.4",
"gulp-cssbeautify": "^0.1.3",
"gulp-jasmine": "^2.4.2",
"gulp-jshint": "^2.0.4",
"gulp-karma": "0.0.5",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.1",
"jasmine-core": "^2.5.2",
"jasmine-jquery": "^2.1.1",
"jshint": "^2.9.4",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.31"
}
}