-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "window-backgrounder",
"version": "0.1.0",
"description": "Keep your window on the background",
"main": "lib/index.js",
"scripts": {
"test": "gulp test",
"install": "native-builder build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nachos/window-backgrounder.git"
},
"keywords": [
"nachos",
"window",
"background",
"backgrounder"
],
"author": "Nachos team",
"license": "MIT",
"bugs": {
"url": "https://github.com/nachos/window-backgrounder/issues"
},
"homepage": "https://github.com/nachos/window-backgrounder#readme",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.1.0",
"native-builder": "^2.0.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.2",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.12.0",
"gulp-mocha": "^2.1.3",
"jscs-nachos": "^1.0.1",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"run-sequence": "^1.1.4"
}
}