forked from temmihoo/plushie-badname
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 951 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
40
41
{
"name": "plushie-badname",
"version": "0.0.1",
"description": "Helsinki Hacklab workshop goes IoT",
"main": "server.js",
"scripts": {
"test": "./node_modules/.bin/gulp unit-test",
"start": "node server.js",
"stop": "node terminate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temmihoo/plushie-badname.git"
},
"author": [
{
"name": "Teemu Hakala",
"email": "[email protected]"
},
{
"name": "More names from monday workshop"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/temmihoo/plushie-badname/issues"
},
"homepage": "https://github.com/temmihoo/plushie-badname#readme",
"dependencies": {
"coap": "0.12.0",
"clear": "0.0.1",
"moment": "2.4.0"
},
"devDependencies": {
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-watch": "^4.3.5",
"jshint": "^2.8.0",
"periodic-task": "^0.1.1"
}
}