Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / ui / new_ui / ui / package.json @ 1b6dd4b5

History | View | Annotate | Download (488 Bytes)

1
{
2
  "name": "grunt-ember-sass",
3
  "version": "0.0.0",
4
  "description": "test the grunt abilities",
5
  "main": "index.js",
6
  "scripts": {
7
    "test": "mytest"
8
  },
9
  "author": "Athina B.",
10
  "license": "ISC",
11
  "devDependencies": {
12
    "grunt": "~0.4.2",
13
    "grunt-contrib-watch": "~0.5.3",
14
    "grunt-contrib-compass": "~0.7.1",
15
    "grunt-contrib-concat": "~0.3.0",
16
    "handlebars": "~1.3.0",
17
    "ember-template-compiler": "~1.4.0-beta.1",
18
    "grunt-ember-templates": "~0.4.18"
19
  }
20
}