-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.62 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
{
"name": "droplit.io-edge",
"version": "2.0.6",
"description": "Instant Cloud Control for smart devices",
"main": "index.js",
"scripts": {
"start": "projects/droplit-edge/server.js",
"test": "mocha"
},
"author": "Droplit, Inc.",
"contributors": [
{
"name": "Bryan Jenks",
"email": "bryan@droplit.io"
},
{
"name": "Nik Doukellis",
"email": "nik@droplit.io"
},
{
"name": "Chris Woodle",
"email": "chris@droplit.io"
},
{
"name": "Jake Ferrante",
"email": "jake@droplit.io"
}
],
"license": "ISC",
"private": true,
"eslintConfig": {
"env": {
"es6": true,
"node": true
}
},
"dependencies": {
"commander": "^2.9.0",
"gulp-json-editor": "^2.2.1",
"gulp-nodemon": "^2.2.1",
"source-map-support": "^0.4.0"
},
"devDependencies": {
"@types/node": "^8.10.14",
"ansi-colors": "^1.1.0",
"async": "^1.5.2",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.0",
"del": "^2.2.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-bump": "^3.1.0",
"gulp-debug": "^3.2.0",
"gulp-gzip": "^1.4.2",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "git+https://github.com/dfltr/gulp-nodemon.git",
"gulp-parameterized": "^0.1.1",
"gulp-size": "^3.0.0",
"gulp-sloc": "^1.0.4",
"gulp-sourcemaps": "^2.6.4",
"gulp-tar": "^2.1.0",
"gulp-tslint": "8.1.3",
"gulp-typescript": "4.0.2",
"merge2": "^1.2.1",
"mocha": "^3.4.2",
"source-map-support": "^0.4.0",
"tslint": "5.11.0",
"typescript": "3.0.1"
}
}