-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 966 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
35
36
37
38
39
{
"name": "flowchain",
"version": "0.1.1",
"description": "Serverless IoT server in a simpilicy way.",
"keywords": [
"iot"
],
"author": "jollen <[email protected]> (http://jollen.org/)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/flowchain/flowchain.git"
},
"homepage": "https://github.com/flowchain/flowchain.git",
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"devify-server": "*",
"elegant-spinner": "^1.0.1",
"io.flowchain.console": "^0.1.1",
"io.flowchain.sms": "^0.1.0",
"log-update": "^1.0.2",
"shelljs": "^0.6.0",
"wotcity.io": "^0.8.13"
},
"bin": {
"flowchain": "./bin/init.js"
},
"scripts": {
"test": "make test",
"start": "NODE_ENV=test node bin/init start graphs/hello-fs.json"
},
"devDependencies": {
"codecov": "^1.0.1",
"mocha": "^2.4.5",
"twilio": "^2.9.0"
},
"license": "MIT License"
}