-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "jquery.geocomplete",
"version": "1.2.0",
"description": "A simple plugin for Google Maps Autocomplete",
"main": "dist/jquery.geocomplete.js",
"scripts": {
"test-all": "mocha test/unit --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/tmentink/jquery.geocomplete.git"
},
"author": "Trent Mentink",
"license": "MIT",
"bugs": {
"url": "https://github.com/tmentink/jquery.geocomplete/issues"
},
"homepage": "https://github.com/tmentink/jquery.geocomplete",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.0.1",
"eslint": "^3.19.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-sass": "^2.0.0",
"grunt-stamp": "^0.3.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.4.2",
"time-grunt": "^1.4.0"
}
}