-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "px-map",
"author": "General Electric",
"description": "A lightweight framework for building interactive maps with web components",
"version": "3.7.0",
"private": false,
"extName": null,
"repository": {
"type": "git",
"url": "https://github.com/PredixDev/px-map.git"
},
"homepage": "https://www.predix-ui.com/",
"devDependencies": {
"bower": "^1.8.0",
"browser-sync": "^2.13.0",
"ensure-px-license": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.4.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-match": "^1.0.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.5",
"gulp-style-modules": "^0.1.0",
"node-sass-import-once": "^1.2.0",
"polymer-cli": "^1.5.7",
"stream-combiner2": "^1.1.1",
"web-component-tester": "^6.7.1",
"yargs": "^6.0.0"
},
"resolutions": {
"natives": "1.1.6"
},
"scripts": {
"start": "gulp serve",
"test": "wct",
"build": "./scripts/build.sh"
},
"license": "Apache-2.0"
}