forked from shatran/card-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.54 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
52
53
54
55
56
57
58
{
"name": "card-react",
"version": "1.2.4",
"description": "Add an interactive credit card animation to your payment form.",
"main": "lib/card-react-form-container.js",
"dependencies": {
"classnames": "^2.1.2",
"payment": "2.0.3"
},
"devDependencies": {
"bourbon": "^4.2.7",
"browserify": "^13.0.1",
"coffee-react": "^5.0.0",
"coffee-reactify": "^5.0.0",
"coffee-script": "^1.9.3",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-coffee-react": "^5.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"uglify-save-license": "^0.4.1"
},
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node_modules/.bin/grunt dev",
"clean": "node_modules/.bin/grunt clean",
"build": "node_modules/.bin/grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/shatran/card-react.git"
},
"keywords": [
"card-react",
"credit",
"card",
"react",
"component"
],
"author": "Shay Stern",
"license": "MIT",
"bugs": {
"url": "https://github.com/shatran/card-react/issues"
},
"homepage": "https://github.com/shatran/card-react"
}