forked from Pixabay/JavaScript-autoComplete
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "javascript-auto-complete",
"version": "1.0.3",
"description": "An extremely lightweight vanilla JavaScript completion suggester.",
"main": "Gruntfile.js",
"homepage": "https://github.com/Pixabay/JavaScript-autoComplete",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Simon Steinberger",
"url": "https://pixabay.com/users/Simon/",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-jshint": "^0.11.0"
}
}