-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
86 lines (86 loc) · 2.06 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "generator-sublime",
"version": "2.0.13",
"description": "Yeoman generator for scaffolfding the standard configuration root files like .gitignore, .jshintrc, .jscsrc etc...",
"license": "MIT",
"main": "app/index.js",
"repository": "mcfly-io/generator-sublime",
"author": {
"name": "Avi Haiat",
"email": "[email protected]",
"url": "https://github.com/thaiat"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha ./test -r ./test/helpers/global.js && istanbul report cobertura",
"test": "gulp test"
},
"files": [
"bin/prepublish.sh",
"class",
"app",
"bash",
"gulps",
"templates"
],
"preferGlobal": true,
"keywords": [
"yeoman-generator",
"editor",
"app",
"sublime",
"lint",
"jshint",
"jsbeautify",
"tern",
"scaffold"
],
"dependencies": {
"bluebird": "3.3.4",
"chalk": "1.1.1",
"github": "0.2.4",
"lodash": "3.10.1",
"shelljs": "0.6.0",
"strip-json-comments": "2.0.1",
"update-notifier": "0.6.3",
"yeoman-generator": "0.22.5",
"yosay": "1.1.0"
},
"devDependencies": {
"babel-eslint": "6.0.0",
"chai": "3.5.0",
"codeclimate-test-reporter": "0.3.1",
"conventional-changelog": "1.1.0",
"del": "2.2.0",
"eslint": "^2.5.1",
"eslint-plugin-nodeca": "1.0.3",
"event-stream": "3.3.2",
"github-username": "2.1.0",
"gulp": "3.9.1",
"gulp-bump": "2.1.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "2.0.0",
"gulp-exec": "2.1.2",
"gulp-git": "1.7.0",
"gulp-help": "1.6.1",
"gulp-if": "2.0.0",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "1.1.0",
"gulp-tap": "0.1.3",
"gulp-util": "3.0.7",
"inquirer": "0.12.0",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"mockery": "1.4.1",
"node-jsxml": "0.7.0",
"require-dir": "0.3.0",
"run-sequence": "1.1.5",
"sinon": "1.17.3",
"try-thread-sleep": "1.0.0",
"yargs": "4.3.2"
}
}