forked from Alan-TheGentleman/UIDevFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.18 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.18 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "MS-UI-Development-Framework",
"version": "1.1.1",
"description": "Starter framework for UI Development projects",
"homepage": "http://makingsense.com",
"keywords": [
"ui",
"ui framework",
"ui development"
],
"author": "Making Sense's UI Development team <hello@makingsense.com>",
"contributors": [
{
"name": "Damián Muti",
"email": "dmuti@makingsense.com"
},
{
"name": "Santiago Tribiani",
"email": "stribiani@makingsense.com"
},
{
"name": "Nazareno Oviedo",
"email": "noviedo@makingsense.com"
},
{
"name": "Federico Coronel",
"email": "fcoronel@makingsense.com"
},
{
"name": "Lucas Calviño",
"email": "lcalvino@makingsense.com"
},
{
"name": "Lucas Márquez",
"email": "lmarquez@makingsense.com"
},
{
"name": "Luciana García",
"email": "lgarcia@makingsense.com"
},
{
"name": "Franco Arza",
"email": "farza@makingsense.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/MakingSense/MSUIF.git"
},
"dependencies": {
"sassdoc-theme-vulcan": "~0.2.0"
},
"devDependencies": {
"autoprefixer": "~6.3.4",
"browser-sync": "~2.12.10",
"cssnano": "~3.5.2",
"del": "~2.2.0",
"grunt": "~0.4.5",
"grunt-bowercopy": "~1.2.0",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-kraken": "~0.1.3",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-notify": "~0.4.5",
"grunt-open": "~0.2.3",
"grunt-postcss": "~0.8.0",
"grunt-processhtml": "~0.3.7",
"grunt-sass": "~1.1.0",
"grunt-sassdoc": "~2.0.2",
"grunt-webfont": "~0.4.8",
"gulp": "~3.9.1",
"gulp-autoprefixer": "~3.1.0",
"gulp-iconfont": "~8.0.0",
"gulp-iconfont-css": "~2.1.0",
"gulp-kraken": "~0.2.0",
"gulp-processhtml": "~1.1.0",
"gulp-sass": "~2.3.1",
"gulp-sourcemaps": "~1.6.0",
"load-grunt-tasks": "~3.1.0",
"node-sass": "~2.1.1",
"sassdoc": "~2.1.20"
},
"main": "pdr",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.4.0"
}
}