forked from Sauceforge/angularjs-typeahead-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 680 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 680 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
25
26
27
28
29
{
"author": "",
"name": "angularjs-typeahead-dropdown-demo",
"version": "0.0.0",
"description": "",
"homepage": "",
"dependencies": {
"source-map": "^0.1.34"
},
"devDependencies": {
"express": "~3.4.4",
"grunt": "^0.4.5",
"grunt-build-control": "^0.6.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-karma": "~0.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"engines": {
"node": "0.10.10"
}
}