-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.71 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.71 KB
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
61
62
63
64
65
66
67
68
{
"name": "aphrodite-ui",
"description": "UI framework from ingresse.com",
"version": "1.6.6",
"author": "Ingresse Dev Team <devel@ingresse.com>",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/ingresse/aphrodite.git"
},
"bugs": {
"url": "https://github.com/ingresse/aphrodite/issues"
},
"homepage": "https://github.com/ingresse/aphrodite",
"keywords": [
"ingresse",
"aphrodite",
"ui",
"css",
"framework"
],
"license": "MIT",
"devDependencies": {
"bower": "^1.7.9",
"browser-sync": "^2.15.0",
"credit-card-type": "^8.2.0",
"del": "^1.2.1",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-base64": "^0.1.3",
"gulp-bower": "0.0.13",
"gulp-changed": "^1.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-header": "^1.8.8",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^3.0.3",
"gulp-inject": "^1.5.0",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.12.0",
"gulp-load-plugins": "^0.10.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-template": "^0.2.3",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.3",
"gulp-ruby-sass": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-size": "^1.3.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-usemin": "^0.3.24",
"jshint-stylish": "^1.0.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"wiredep": "^4.0.0"
},
"scripts": {
"start": "gulp serve:dist",
"server": "gulp",
"build": "gulp build"
},
"dependencies": {}
}