-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
63 lines (63 loc) · 1.77 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
{
"name": "angular-simple-logger",
"version": "0.1.7",
"description": "Basic logger with level logging which can also be independent.",
"main": "./dist/index.js",
"scripts": {
"start": "gulp",
"test": "gulp spec"
},
"homepage": "https://github.com/nmccready/angular-simple-logger",
"repository": {
"type": "git",
"url": "git://github.com/nmccready/angular-simple-logger.git"
},
"author": "Nicholas McCready",
"license": "MIT",
"dependencies": {
"angular": "^1.2",
"debug": "^2.2.0"
},
"devDependencies": {
"angular-mocks": "^1.2",
"brfs": "^1.4.1",
"browserify": "^11.2.0",
"chai": "^3.2.0",
"coffee-script": "^1.9.3",
"del": "^2.0.0",
"globby": "^3.0.1",
"gulp": "git://github.com/gulpjs/gulp.git#bbe3c56138a9ede627879d7e47daffd0a6d9b6db",
"gulp-bump": "^1.0.0",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.1.0",
"gulp-git": "^1.4.0",
"gulp-if": "^1.2.5",
"gulp-insert": "^0.5.0",
"gulp-open": "^1.0.0",
"gulp-replace": "^0.5.4",
"gulp-tag-version": "^1.3.0",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-wrap": "^0.11.0",
"jasmine-core": "^2.3.4",
"jsonfile": "^2.2.2",
"karma": "^0.13.9",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.1",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"mocha": "^2.3.0",
"phantomjs": "^1.9.18",
"pretty-hrtime": "^1.0.0",
"require-directory": "^2.1.1",
"through2": "^0.6.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}