forked from peterbe/autocompeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 789 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
{
"name": "autocompeter",
"version": "0.1.0",
"description": "A really fast AJAX autocomplete service and widget",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/peterbe/autocompeter.git"
},
"author": "Peter Bengtsson",
"license": "BSD",
"bugs": {
"url": "https://github.com/peterbe/autocompeter/issues"
},
"homepage": "https://github.com/peterbe/autocompeter",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.10.0",
"gulp-less": "^2.0.1",
"gulp-minify-css": "^0.4.5",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-uglify": "^1.1.0"
}
}