-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "ng-scope-aware",
"version": "0.0.4",
"description": "Inspects the scopes of the angular application.",
"author": "Katarina Golbang",
"license": "MIT",
"homepage": "https://github.com/jepetko/ng-scope-aware",
"repository": {
"type": "git",
"url": "https://github.com/jepetko/ng-scope-aware.git"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
},
"devDependencies": {
"angular": "1.3.8",
"angular-mocks": "1.3.8",
"angular-route": "1.3.8",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-karma": "~0.9.0",
"karma": "~0.12.24",
"karma-chrome-launcher": "~0.1.5",
"karma-firefox-launcher": "~0.1.3",
"karma-html-reporter": "~0.2.4",
"karma-ie-launcher": "~0.1.5",
"karma-jasmine": "~0.2.0",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.4",
"karma-script-launcher": "~0.1.0",
"karma-spec-reporter": "~0.0.13",
"karma-story-reporter": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-githooks": "~0.3.1",
"istanbul": "~0.3.5",
"karma-coverage": "~0.2.7"
},
"keywords": [
"angular",
"scopes",
"inspector"
]
}