-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.38 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
{
"name": "shell-taco",
"version": "0.0.0",
"description": "The main nachos shell taco",
"main": "lib/index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"layout": "git",
"url": "https://github.com/nachos/shell-taco"
},
"keywords": [
"nachos",
"desktop",
"shell"
],
"author": "Nachos team",
"license": "MIT",
"bugs": {
"url": "https://github.com/nachos/shell-taco/issues"
},
"homepage": "https://github.com/nachos/shell-taco",
"devDependencies": {
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-inject": "^1.5.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-run-electron": "^1.2.1",
"gulp-util": "^3.0.6",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"mkdirp": "^0.5.1",
"nachos-build": "nachos/gulp-nachos-build",
"ncp": "^2.0.0",
"rimraf": "^2.4.2",
"run-sequence": "^1.1.2",
"wiredep": "^3.0.0-beta"
},
"dependencies": {
"battery-level": "^1.3.0",
"brightness": "^2.2.0",
"gulp-exec": "^2.1.1",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"nachos-api": "^1.0.1",
"nachos-open": "^0.1.0",
"nachos-packages": "^1.1.0",
"node-uuid": "^1.4.3",
"q": "^1.4.1",
"require-relative": "^0.8.7",
"vol": "^2.1.1",
"windowz": "git://github.com/nachos/windowz"
},
"engines": {
"electron": "0.34.2"
},
"private": true
}