forked from jeffcarp/braintree-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 960 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
34
35
36
37
38
{
"name": "braintree-angular",
"version": "1.3.1",
"description": "Use Braintree in your Angular app",
"main": "index.js",
"scripts": {
"test": "npm run build && mocha test/integration test/unit",
"build": "browserify index.js > dist/braintree-angular.js",
"example": "node examples/server"
},
"repository": {
"type": "git",
"url": "https://github.com/jeffcarp/braintree-angular.git"
},
"keywords": [
"angular",
"braintree"
],
"author": "Braintree",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffcarp/braintree-angular/issues"
},
"homepage": "https://github.com/jeffcarp/braintree-angular",
"dependencies": {
"braintree-web": "2.7.2"
},
"devDependencies": {
"angular": "^1.3.3",
"body-parser": "^1.9.3",
"braintree": "^1.21.0",
"browserify": "^7.0.0",
"express": "^4.10.4",
"mocha": "^2.0.1",
"phantom": "^0.7.1",
"phantomjs": "^1.9.12"
}
}