forked from alexbain/lirc_web
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 749 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 749 Bytes
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
{
"name": "lirc_web",
"description": "A NodeJS / Express app that creates a web UI + API for LIRC",
"main": "app.js",
"version": "0.0.8",
"private": true,
"dependencies": {
"express": "3.0.6",
"lirc_node": "*",
"swig": "0.13.5",
"consolidate": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"sinon": "*",
"supertest": "*",
"nodemon": "*",
"grunt": "*",
"grunt-contrib-less": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"jsdom": "*",
"grunt-develop": "~0.3.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/alexbain/lirc_web.git"
},
"author": "Alex Bain <alex@alexba.in>"
}