-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "parlons",
"version": "0.1.0",
"description": "A CLI Node multi-protocol chat app Parlons is \"We speak\" en Francais. Built using Blessed, React, Redux, and a whole bunch of node modules.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d build",
"start": "babel-watch src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rayman22201/parlons.git"
},
"author": "Ray Imber <ray.imber@galavantier.com> (http://www.galvantier.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rayman22201/parlons/issues"
},
"homepage": "https://github.com/rayman22201/parlons#readme",
"dependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.11.1",
"blessed": "^0.1.81",
"react": "0.14.8",
"react-blessed": "^0.1.7",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"source-map-support": "^0.4.2"
},
"devDependencies": {
"babel-watch": "^2.0.2"
}
}