-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.24 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
41
42
43
44
45
46
47
48
49
{
"name": "materializecss-autocomplete",
"version": "1.0.14",
"description": "angularjs autocomplete",
"main": "dist/js/materializecss-autocomplete.min.js",
"style": "dist/css/materializecss-autocomplete.min.css",
"sass": "src/scss/list.scss",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"materialize-css": "^0.97.7"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.1.0",
"grunt-contrib-imagemin": "1.0.1",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-uglify": "2.3.0",
"grunt-contrib-watch": "1.0.0",
"grunt-html2js": "0.3.8",
"grunt-run-node": "0.1.7"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ShoppinPal/AutoComplete.git"
},
"keywords": [
"html",
"javascript",
"css"
],
"author": "Shoppinpal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShoppinPal/AutoComplete/issues"
},
"homepage": "https://github.com/ShoppinPal/AutoComplete#readme"
}