-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.64 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "django-adt",
"version": "0.0.0",
"description": "Frontend of django-adt App",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/AddictGuild/django-adt.git"
},
"author": "unkleara",
"license": "ISC",
"bugs": {
"url": "https://github.com/AddictGuild/django-adt/issues"
},
"homepage": "https://github.com/AddictGuild/django-adt",
"dependencies": {
"bootstrap": "^3.3.4",
"angular": "^1.4.0",
"angular-ui-router": "^0.2.15",
"satellizer": "^0.10.1",
"angular-strap": "^2.2.4",
"rx-angular": "0.0.14",
"angular-breadcrumb": "^0.4.0",
"lodash": "^3.9.3",
"angular-resource": "^1.4.0",
"angular-messages": "^1.4.0",
"angular-animate": "^1.4.0",
"angular-moment": "^0.10.1",
"restangular": "^1.5.1",
"angular-loading-bar": "^0.7.1",
"animate.css": "^3.2.5",
"angular-quill": "^0.1.5",
"angular-toastr": "^1.4.1",
"angular-local-storage": "^0.2.2",
"js-data-angular": "^2.4.0",
"js-data": "^2.0.0-beta.6"
},
"devDependencies": {
"gulp": "^3.9.0",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.10",
"gulp-webpack": "^1.4.0",
"vinyl-source-stream": "^1.1.0",
"gulp-load-plugins": "^0.10.0",
"gulp-concat-util": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"style-loader": "^0.12.3",
"file-loader": "^0.8.4",
"css-loader": "^0.14.4",
"url-loader": "^0.5.6",
"extract-text-webpack-plugin": "^0.8.1",
"gulp-angular-templatecache": "^1.6.0",
"path": "^0.11.14"
}
}