-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.36 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
{
"name": "aqt-client",
"version": "0.0.5",
"description": "webapp client AQT",
"main": "app.js",
"scripts": {
"start": "gulp & node app.js"
},
"author": "Franck Aragão <[email protected]>",
"license": "MIT",
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-block-ui": "git+https://github.com/McNull/angular-block-ui.git",
"angular-blockUI": "git+https://github.com/McNull/angular-block-ui",
"angular-loading-bar": "^0.9.0",
"angular-route": "1.5.8",
"angular-sanitize": "^1.6.1",
"angular-translate": "^2.13.1",
"express": "~4.14.0",
"jquery": "3.1.1",
"materialize-css": "^0.97.8",
"prismjs": "^1.6.0",
"simplemde": "^1.11.2",
"simplemde-angular": "git+https://github.com/hansottowirtz/simplemde-angular.git"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.14.0",
"canonical-path": "0.0.2",
"del": "^2.2.1",
"dgeni-packages": "^0.16.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^2.0.0",
"gulp-wrap": "^0.13.0",
"lodash": "^4.16.2",
"path": "^0.12.7",
"run-sequence": "^1.2.2"
}
}