-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1019 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
{
"name": "lsdg-light-site",
"version": "0.1.0",
"description": "A website for controlling the lsdg lighting project.",
"main": "server.js",
"dependencies": {
"lodash": "latest",
"omega-wf": "latest",
"apac": "0.0.13",
"socket.io-client": "~0.9.16",
"omega-logger": "~0.5.2",
"async": "~0.2.9"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-develop": "~0.2.2",
"grunt-contrib-less": "~0.7.0",
"grunt-html2js": "~0.1.8",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dump": "node -e \"require('omega-wf').utils.dump()\"",
"sync": "node -e \"require('omega-wf').utils.sync()\"",
"drop": "node -e \"require('omega-wf').utils.drop()\""
},
"repository": "",
"keywords": [
"omega-wf"
],
"author": "Christopher S. Case <chris.case@g33xnexus.com>",
"license": "MIT"
}