-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 938 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
{
"name": "autocompletejs.github.io",
"version": "0.0.0",
"description": "autocomplete.js documentation",
"main": "_site/index.html",
"scripts": {
"grunt": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/autocompletejs/autocompletejs.github.io.git"
},
"author": "Baptiste Donaux",
"license": "MIT",
"bugs": {
"url": "https://github.com/autocompletejs/autocompletejs.github.io/issues"
},
"homepage": "https://github.com/autocompletejs/autocompletejs.github.io#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.0",
"less-plugin-clean-css": "^1.5.1"
}
}