forked from lynndylanhurley/ng-token-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.3 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
87
88
89
90
91
{
"name": "ng-token-auth",
"version": "0.0.25",
"dependencies": {
"config": "~0.4.35",
"crypto": "0.0.3",
"express": "~3.5.1",
"gulp-rename": "^1.2.0",
"http-proxy": "~1.1.4",
"js-yaml": "~3.0.2",
"request": "~2.36.0",
"sitemap": "~0.7.3"
},
"main": "dist/ng-token-auth.js",
"npmName": "ng-token-auth",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*.js"
]
}
],
"devDependencies": {
"bower": "^1.3.7",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"codeclimate-test-reporter": "0.0.3",
"coffee-script": "~1.7.1",
"connect-livereload": "~0.4.0",
"event-stream": "~3.1.1",
"gulp": "~3.8.0",
"gulp-autoprefixer": "~0.0.7",
"gulp-awspublish": "0.0.16",
"gulp-bower-files": "~0.2.5",
"gulp-cache": "~0.1.7",
"gulp-cached": "0.0.3",
"gulp-cdnizer": "~0.2.6",
"gulp-changed": "~0.4.0",
"gulp-clean": "~0.3.0",
"gulp-coffee": "~2.0.1",
"gulp-connect": "~2.0.5",
"gulp-filter": "~0.4.1",
"gulp-frep": "~0.1.1",
"gulp-if": "1.2.1",
"gulp-inject": "~0.4.1",
"gulp-jade": "~0.5.0",
"gulp-jshint": "~1.4.0",
"gulp-livereload": "~2.1.0",
"gulp-load-plugins": "~0.5.1",
"gulp-minify-css": "~0.3.4",
"gulp-ng-annotate": "^0.3.0",
"gulp-ng-html2js": "~0.1.7",
"gulp-nodemon": "~1.0.4",
"gulp-rev": "~0.4.1",
"gulp-ruby-sass": "~0.5.0",
"gulp-shell": "~0.2.5",
"gulp-size": "~0.1.2",
"gulp-stylus": "~1.0.2",
"gulp-uglify": "^1.0.0",
"gulp-useref": "~0.4.3",
"gulp-util": "~2.2.17",
"http-server": "^0.6.1",
"karma": "^0.12.17",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.1",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "^0.2.4",
"karma-mocha": "^0.1.4",
"karma-sauce-launcher": "^0.2.9",
"karma-sinon": "^1.0.3",
"karma-spec-reporter": "0.0.13",
"lazypipe": "~0.2.1",
"mocha": "^1.20.1",
"nib": "~1.0.2",
"run-sequence": "~0.3.6",
"shelljs": "^0.2.6",
"sinon": "^1.10.3",
"tiny-lr": "0.0.7",
"wiredep": "~1.8.1"
},
"scripts": {
"test": "karma start test/test/karma-ci.conf.coffee --single-run"
},
"engines": {
"node": ">=0.10.0"
},
"license": "WTFPL"
}