-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.02 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.02 KB
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
{
"name": "alfred-codebase",
"version": "0.0.0",
"description": "Alfred workflow for codebase",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"q-io": "^1.11.6",
"rest": "^1.3.0",
"xmlbuilder": "^2.4.6"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.4.1",
"mocha": "^2.1.0",
"nock": "^0.58.0",
"q": "^1.1.2",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
},
"scripts": {
"test": "grunt test-ci"
},
"repository": {
"type": "git",
"url": "git://github.com/artoale/alfred-codebase.git"
},
"keywords": [
"alfred",
"workflow",
"codebase",
"codebase",
"hq"
],
"author": "Alessandro Artoni <artoale@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/artoale/alfred-codebase/issues"
},
"homepage": "https://github.com/artoale/alfred-codebase"
}