-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.51 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
48
49
50
51
{
"name": "px-table-view",
"version": "0.0.6",
"description": "A px mobile web component.",
"keywords": [
"px",
"px-mobile"
],
"author": "Jonnie Spratley",
"scripts": {
"build": "gulp",
"postinstall": "bower install",
"serve": "polyserve .",
"start": "grunt depserve",
"test": "wct",
"watch": "gulp watch"
},
"devDependencies": {
"bower": "*",
"grunt": "~v0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-concurrent": "^2.0.1",
"grunt-contrib-clean": "~v0.6.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "~v0.10.0",
"grunt-contrib-watch": "~v0.6.1",
"grunt-dep-serve": "git+https://github.com/GeneralElectric/grunt-dep-serve.git#master",
"grunt-sass": "^v1.0.0",
"grunt-shell": "~v1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-filelog": "^0.4.1",
"gulp-load-plugins": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sequence": "^0.4.5",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-style-modules": "^0.1.0",
"load-grunt-tasks": "^3.5.0",
"node-sass-import-once": "^1.2.0",
"polymer-css-compiler": "git+https://github.com/jonniespratley/polymer-css-compiler.git",
"polyserve": "^0.8.0",
"sassdoc": "^2.1.20",
"time-grunt": "^1.3.0",
"web-component-tester-istanbul": "https://github.com/t2ym/web-component-tester-istanbul/tarball/0.10.1"
}
}