๐Ÿ“ฆ J-Sek / example-chrome-extension-popup

๐Ÿ“„ package.json ยท 25 lines
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{
  "name": "one-click-meteo",
  "version": "0.0.1",
  "description": "Quick preview of current weather forecast from Meteo.pl",
  "main": "index.js",
  "scripts": {
    "post-install": "bower install",
    "build": "gulp"
  },
  "author": "J-Sek",
  "license": "MIT",
  "dependencies": {
    "bower": "1.7.9",
    "coffee-script": "1.10.0",
    "crx": "3.0.3",
    "gulp": "git://github.com/gulpjs/gulp.git#4.0",
    "gulp-coffee": "2.3.2",
    "gulp-load-plugins": "1.2.4",
    "gulp-postcss": "6.1.1",
    "gulp-pug": "3.0.4",
    "gulp-rename": "1.2.2",
    "precss": "1.4.0"
  }
}