-
Notifications
You must be signed in to change notification settings - Fork 188
/
Copy pathpackage.json
34 lines (34 loc) · 881 Bytes
/
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
{
"name": "angular-google-places-autocomplete",
"version": "0.2.7",
"repository": {
"type": "git",
"url": "http://github.com/kuhnza/angular-google-places-autocomplete.git"
},
"dependencies": {
"grunt-contrib-cssmin": "^0.10.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "~0.4.0",
"grunt-karma": "~0.11.0",
"jshint-stylish": "^2.0.1",
"karma": "0.12.0",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.2.1",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "~0.1.1",
"load-grunt-tasks": "0.4.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}