-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.27 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
{
"name": "nachos-packages",
"version": "1.2.0",
"description": "A package to manage all nachos packages",
"main": "lib/index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coveralls": "gulp coveralls"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "https://github.com/nachos/packages"
},
"keywords": [
"nachos",
"packages"
],
"author": "Nachos team",
"license": "MIT",
"bugs": {
"url": "https://github.com/nachos/packages/issues"
},
"homepage": "https://github.com/nachos/packages",
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"git-validate": "^2.0.3",
"gulp": "^3.9.0",
"gulp-bump": "^0.3.1",
"gulp-coveralls": "^0.1.4",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"jscs-nachos": "^1.0.1",
"jshint-stylish": "^2.0.1",
"lazypipe": "^1.0.1",
"mockery": "^1.4.0",
"run-sequence": "^1.1.2",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"debug": "^2.2.0",
"fs-access": "^1.0.0",
"jsonfile": "^2.2.1",
"lodash": "^3.10.1",
"nachos-config": "^1.0.0",
"nachos-home": "^1.0.1",
"q": "^1.4.1"
}
}