-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1017 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
35
36
{
"name": "infowrap-filepicker",
"version": "0.4.1",
"description": "An Angular module that provides services and directives to work with Ink File Picker (https://www.inkfilepicker.com/)",
"homepage": "http://dev.infowrap.com/code/angular/angular-filepicker",
"repository": "",
"author": "Infowrap",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://dev.infowrap.com/licenses/MIT.pdf"
}
],
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"chai": "1.4.0",
"ejs": "*",
"express": "3.0.0",
"grunt": "~0.4.0",
"matchdep": "~0.1.2",
"grunt-karma": "~0.4.5",
"gitteh" : "git+https://github.com/infowrap/docular",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.4.3",
"grunt-conventional-changelog": "~0.1.1",
"karma": "~0.8.8",
"grunt-karma": "~0.4.5"
}
}