-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 979 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
35
36
37
38
39
{
"name": "angular-suggestbox",
"version": "0.0.1",
"description": "angular suggestbox",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ascarbek/suggestbox.git"
},
"keywords": [
"dropdown"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ascarbek/suggestbox/issues"
},
"homepage": "https://github.com/Ascarbek/suggestbox#readme",
"dependencies": {
"connect": "^3.4.0",
"del": "^2.1.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-ng-templates": "0.0.6",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.4.1",
"path": "^0.12.7",
"serve-static": "^1.10.0",
"stream-series": "^0.1.1",
"underscore": "^1.8.3"
}
}