forked from skistz/predix-ui.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "px-demo-site",
"author": "General Electric",
"description": "A catalog of Px components",
"version": "0.2.14",
"private": true,
"extName": null,
"repository": {
"type": "git",
"url": "https://github.com/PredixDev/px-predix-ui.git"
},
"homepage": "http://predix.io/",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.4.0",
"gulp-chmod": "^1.3.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-gitmodified": "^1.1.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-match": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.5",
"gulp-style-modules": "^0.1.0",
"gulp-sym": "0.0.14",
"lazypipe": "^1.0.1",
"node-sass-import-once": "^1.2.0",
"stream-combiner2": "^1.1.1",
"sw-precache": "^4.2.3",
"yargs": "^6.0.0",
"del": "^2.2.2",
"gulp-git": "1.12.0"
},
"dependencies": {
"request": "^2.79.0"
}
}