-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 834 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
33
34
{
"name": "ng-inputSearch",
"version": "0.1.0",
"devDependencies": {
"bower": "1.3.1",
"grunt": "0.4.4",
"karma": "0.12.1",
"karma-chrome-launcher": "0.1.2",
"karma-jasmine": "0.2.2",
"karma-spec-reporter": "0.0.10",
"karma-html-reporter" : "0.2.3",
"karma-coverage": "0.2.1",
"grunt-karma": "0.8.2",
"grunt-contrib-uglify":"",
"grunt-contrib-jshint":"",
"grunt-contrib-cssmin":"",
"grunt-contrib-concat":""
},
"engines": {
"node": ">=0.8.0"
},
"description": "HOW TO :",
"main": "Gruntfile.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/Smurf81/ng-searchInput.git"
},
"author": "",
"license": ""
}