forked from voidberg-archive/ngCompletr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 821 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 821 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
30
31
{
"name": "ngCompletr",
"description": "Autocomplete for AngularJS.",
"version": "0.0.3",
"repository": "https://github.com/nubisonline/ng-completr",
"author": {
"name": "Alexandru Badiu",
"email": "andu@demotix.com"
},
"license": "MIT",
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"async": "0.1.x",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "~0.6.2",
"karma": "~0.10.2",
"grunt-conventional-changelog": "~1.0.0",
"load-grunt-tasks": "~0.2.0",
"jshint-stylish": "~0.1.4",
"grunt-jsvalidate": "~0.2.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0"
}
}