forked from reactioncommerce/reaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 982 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
{
"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.13.0",
"main": "main.js",
"directories": {
"test": "tests"
},
"homepage": "https://github.com/reactioncommerce/reaction",
"url": "https://github.com/reactioncommerce/reaction",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/reactioncommerce/reaction.git"
},
"author": "Reaction Commerce <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/reactioncommerce/reaction/issues"
},
"dependencies": {
"bunyan": "^1.8.0",
"bunyan-format": "0.2.1",
"meteor-node-stubs": "^0.2.1",
"react": "15.1.0",
"react-dom": "15.1.0"
}
}