-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "modwatchuploader",
"repository": {
"type": "git",
"url": "https://github.com/ansballard/modwatchuploader"
},
"license": "Apache-2.0",
"version": "0.3.2",
"main": "index.js",
"devDependencies": {
"angular-mocks": "^1.4.7",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"del": "^2.0.2",
"globby": "^3.0.1",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-babel": "^5.2.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-inject": "^3.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"jasmine-core": "^2.3.4",
"karma": "^0.13.14",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.21",
"phantomjs": "^1.9.18",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.26.0"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"angular": "^1.4.7",
"angular-animate": "^1.4.7",
"angular-aria": "^1.4.7",
"angular-material": "^0.11.2",
"angular-route": "^1.4.7",
"q": "^1.4.1"
}
}