-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
70 lines (70 loc) · 1.74 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
{
"author": "Paul Massey, paul.massey@scriptwerx.io",
"organisation": "Scriptwerx",
"name": "angular-swx-session-storage",
"description": "$sessionStorage service for use in your AngularJS applications.",
"version": "1.0.2",
"build": 31,
"timestamp": 1456747603995,
"copyright": "Scriptwerx 2016",
"license": "MIT",
"homepage": "http://www.scriptwerx.io",
"repository": {
"type": "git",
"url": "https://github.com/scriptwerx/angular-swx-session-storage"
},
"keywords": [
"AngularJS",
"Angular",
"Angular Session Storage",
"$sessionStorage",
"Angular Storage",
"Session Storage",
"JavaScript",
"Component",
"Components",
"Scriptwerx",
"Genoveus"
],
"dependencies": {
"angular": "~1.5"
},
"devDependencies": {
"bower": "^1.7.7",
"del": "^2.2.0",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.0.0",
"gulp": "^3.9.1",
"gulp-apidoc": "^0.2.3",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-jshint": "^2.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-karma": "^0.0.5",
"gulp-load-plugins": "^1.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ngdocs": "^0.2.13",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.7",
"karma-jasmine-matchers": "^2.0.1",
"karma-nested-reporter": "^0.1.4",
"karma-phantomjs-launcher": "^1.0.0",
"marked": "^0.3.5",
"phantomjs-prebuilt": "^2.1.4",
"run-sequence": "^1.1.5",
"shelljs": "^0.6.0",
"vinyl-paths": "^2.1.0"
}
}