-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "gplaces-demo",
"version": "1.0.0",
"description": "Dependency-free, google maps auto completion input",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp build && node master"
},
"author": "John Fawcett",
"repository": {
"type": "git",
"url": "https://github.com/goodybag/gplaces-demo"
},
"bugs": {
"url": "https://github.com/goodybag/gplaces-demo/issues"
},
"homepage": "http://gplaces.goodybag.com",
"license": "ISC",
"dependencies": {
"body-parser": "^1.12.4",
"browserify": "^10.1.3",
"express": "^4.12.3",
"font-awesome": "^4.3.0",
"forky": "^0.3.0",
"gplaces": "^1.0.4",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"highlight.js": "^8.6.0",
"jquery": "^2.1.4",
"jshint-stylish": "^1.0.2",
"lodash": "^3.9.1",
"superagent": "^1.2.0"
}
}