This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
{
"name": "angular-ui-router-state-history",
"version": "0.0.1",
"filename": "angular-ui-router-state-history.min.js",
"main": "./dist/angular-ui-router-state-history.min.js",
"homepage": "https://github.com/RedFroggy/angular-ui-router-state-history",
"author": "David jay <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/RedFroggy/angular-ui-router-state-history.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-task": ">= 0.3.4",
"grunt-bump": ">= 0.0.13",
"grunt-cli": ">= 0.1.13",
"grunt-contrib-concat": ">= 0.3.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-conventional-changelog": "^5.0.0",
"grunt-karma": "^0.12.1",
"grunt-remove-logging": ">= 0.2.0",
"jasmine": "2.2.0",
"karma": "^0.13.19",
"karma-chrome-launcher": ">= 0.1.2",
"karma-coffee-preprocessor": ">= 0.1.2",
"karma-firefox-launcher": ">= 0.1.3",
"karma-html2js-preprocessor": ">= 0.1.0",
"karma-jasmine": ">= 0.1.5",
"karma-phantomjs-launcher": ">= 0.1.1",
"karma-requirejs": ">= 0.2.1",
"karma-script-launcher": ">= 0.1.0"
},
"description": "AngularJS service to store last state params used for each state.",
"bugs": {
"url": "https://github.com/RedFroggy/angular-ui-router-state-history/issues"
},
"scripts": {
"grunt": "grunt",
"test": "grunt travis --verbose"
},
"keywords": [
"angular",
"state",
"route",
"ui-router",
"store history",
"history"
],
"license": "MIT"
}