forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 688 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 688 Bytes
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
{
"scripts": {
"reaction": "./reaction",
"reaction reset": "./reaction reset",
"reaction pull": "./reaction pull",
"reaction install": "./reaction install"
},
"name": "reaction",
"description": "Reaction is a modern reactive, real-time event driven ecommerce platform.",
"version": "0.12.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/reactioncommerce/reaction.git"
},
"author": "Reaction Commerce",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/reactioncommerce/reaction/issues"
},
"homepage": "https://github.com/reactioncommerce/reaction"
}