Blame view

package.json 533 Bytes
feacde5ff   Rishav   setup acuefuel in...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  {
    "name": "acufuel",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "scripts": {
      "test": "echo \"Error: no test specified\" && exit 1"
    },
    "author": "",
    "license": "ISC",
    "dependencies": {
      "bower": "^1.8.0",
      "gulp": "^3.9.1",
      "gulp-clean": "^0.3.2",
      "gulp-connect": "^5.0.0",
      "gulp-jshint": "^2.0.4",
c555af312   Rishav   price email, comp...
17
      "gulp-load-plugins": "^1.5.0",
feacde5ff   Rishav   setup acuefuel in...
18
      "gulp-minify-css": "^1.2.4",
c555af312   Rishav   price email, comp...
19
20
21
22
      "gulp-uglify": "^2.0.1",
      "jshint": "^2.9.4",
      "karma": "^1.7.0",
      "run-sequence": "^1.2.2"
feacde5ff   Rishav   setup acuefuel in...
23
24
    }
  }