-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 873 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
{
"name": "angular-uploads",
"version": "1.0.5",
"description": "A bunch of AngularJS directives for beautiful upload UIs.",
"repository": {
"type": "git",
"url": "git+https://github.com/marcoliceti/angular-uploads.git"
},
"author": "Marco Liceti",
"license": "MIT",
"keywords": ["angular", "upload", "uploads"],
"devDependencies": {
"angular": "^1.4.3",
"angular-mocks": "^1.4.3",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-karma": "^0.12.0",
"http-server": "^0.8.0",
"jasmine-core": "^2.3.4",
"jasmine-jquery": "^2.1.0",
"jquery": "^2.1.4",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-safari-launcher": "^0.1.1"
}
}