forked from ghiden/angucomplete-alt
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 792 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
{
"name": "angucomplete-alt",
"version": "1.0.7",
"description": "Awesome Autocompleteness for AngularJS",
"author": "ghiden",
"email": "hidenari@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/ghiden/angucomplete-alt.git"
},
"engines": {
"node": ">= 0.8.4"
},
"main": "./angucomplete-alt.js",
"dependencies": {},
"devDependencies": {
"async": "0.1.x",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-conventional-changelog": "~1.0.0",
"grunt-karma": "~0.6.2",
"jasmine-core": "^3.1.0",
"karma": "~0.10.2",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-tasks": "~0.2.0"
}
}