forked from ghostbar/angular-file-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 791 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
{
"name": "angular-file-model",
"version": "0.4.0",
"description": "Angular support for file in models",
"main": "angular-file-model.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ghostbar/angular-file-model"
},
"keywords": [
"angular",
"file",
"model"
],
"author": "Jose Luis Rivas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ghostbar/angular-file-model/issues"
},
"homepage": "https://github.com/ghostbar/angular-file-model",
"devDependencies": {
"chai": "^1.9.1",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.4",
"mocha": "^1.20.1"
}
}