-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
29 lines (29 loc) · 917 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
{
"name": "angular-stripe-checkout",
"version": "5.1.0",
"description": "AngularJS wrapper around Stripe Checkout",
"main": "angular-stripe-checkout.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tobyn/angular-stripe-checkout.git"
},
"author": "Tobyn Baugher <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tobyn/angular-stripe-checkout/issues"
},
"homepage": "https://github.com/tobyn/angular-stripe-checkout#readme",
"devDependencies": {
"eslint": "^3.3.1",
"serve-static": "^1.11.1",
"uglify-js": "^2.7.3",
"wdio-mocha-framework": "^0.5.10",
"wdio-spec-reporter": "0.1.0",
"webdriverio": "^4.8.0"
},
"scripts": {
"lint": "eslint angular-stripe-checkout.js test/*.js",
"test": "node test/runner.js",
"uglify": "uglifyjs angular-stripe-checkout.js -m -o angular-stripe-checkout.min.js"
}
}