forked from feicc/pagenodes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3.08 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "Pagenodes",
"version": "0.6.2",
"description": "A visual tool, built all in-browser to quickly scaffoled IoT Frameworks",
"homepage": "https://pagenodes.com",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/monteslu/pagenodes.git"
},
"main": "red/red.js",
"scripts": {
"test": "grunt test",
"build": "babel ./src --out-dir ./build && webpack && grunt build",
"start": "ecstatic public --port 1337 --cache 0",
"start80": "ecstatic public --port 80 --cache 0",
"lint": "eslint ./src --ext .js"
},
"contributors": [
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
},
{
"name": "IcedDev"
}
],
"keywords": [
"editor",
"messaging",
"iot",
"m2m",
"pi",
"arduino",
"beaglebone",
"ibm",
"flow"
],
"optionalDependencies": {},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-react": "^6.16.0",
"base64-url": "^1.3.3",
"bcryptjs": "^2.3.0",
"body-parser": "1.14.1",
"brace": "^0.8.0",
"browser-process-hrtime": "^0.1.2",
"browser-serialport": "^2.0.3",
"ecstatic": "^1.1.3",
"eslint": "^3.1.1",
"firmata": "^0.14.2",
"gifshot": "^0.3.2",
"grunt": "0.4.5",
"grunt-chmod": "1.1.1",
"grunt-cli": "0.1.13",
"grunt-concurrent": "2.0.3",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-compress": "0.14.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "0.6.1",
"grunt-jsonlint": "1.0.5",
"grunt-nodemon": "0.4.0",
"grunt-sass": "1.1.0",
"grunt-simple-mocha": "0.4.0",
"is-utf8": "^0.2.0",
"johnny-five": "^0.10.13",
"json-loader": "^0.5.3",
"level-fs-browser": "^1.0.0",
"localforage": "^1.3.0",
"lodash": "^4.13.1",
"mocha": "2.3.3",
"mock-firmata": "0.0.7",
"mqtt": "^1.11.0",
"mustache": "2.2.0",
"node-led": "^0.3.1",
"node-pixel": "^0.9.2",
"nopt": "3.0.4",
"oled-font-5x7": "^1.0.0",
"oled-js": "^4.0.2",
"pagenodes-extras": "^0.8.0",
"pagenodes-nodes": "iceddev/pagenodes-nodes",
"raw-loader": "^0.5.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"repl": "^0.1.3",
"rest": "^2.0.0",
"semver": "5.0.3",
"serialport": "^4.0.6",
"should": "6.0.3",
"sinon": "1.17.2",
"supertest": "1.1.0",
"temporal": "^0.5.0",
"tharp": "^3.0.0",
"tinker-io": "^1.1.0",
"transform-loader": "^0.2.3",
"uglify-js": "2.5.0",
"vektor": "^0.3.0",
"vm-browserify": "0.0.4",
"webpack": "^1.12.2",
"when": "3.7.4",
"xml2js": "0.4.13"
},
"dependencies": {
"bufferutil": "^3.0.0",
"tls": "0.0.1",
"utf-8-validate": "^3.0.1"
}
}