Skip to content

Commit a349b2e

Browse files
committed
package.json
1 parent 50f4ca7 commit a349b2e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "redux-action-types",
3+
"version": "1.0.0",
4+
"description": "Shortcut for creating redux action constants.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/ripeworks/redux-action-types.git"
12+
},
13+
"keywords": [
14+
"redux",
15+
"react"
16+
],
17+
"author": "Ripeworks",
18+
"license": "ISC",
19+
"bugs": {
20+
"url": "https://github.com/ripeworks/redux-action-types/issues"
21+
},
22+
"homepage": "https://github.com/ripeworks/redux-action-types#readme"
23+
}

0 commit comments

Comments
 (0)