-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.89 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "training-ember-app",
"version": "0.1.0",
"private": "true",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"start": "grunt dev",
"build": "grunt build:dev deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/davideschiera/training-ember-app.git"
},
"dependencies": {
"colors": "^1.1.2",
"express": "^4.13.3",
"http-proxy": "^1.12.0",
"minimist": "^1.2.0",
"morgan": "^1.6.1",
"shelljs": "^0.5.3"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"bower": "~1.7.7",
"express": "^4.13.4",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-concurrent": "~2.1.0",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-coffee": "~0.13.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-htmlmin": "~0.6.0",
"grunt-contrib-imagemin": "~1.0.0",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-less": "~1.2",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-ember-templates": "0.4.14",
"grunt-filerev": "^2.3.1",
"grunt-karma": "~0.12.1",
"grunt-neuter": "~0.6.0",
"grunt-newer": "~1.1.1",
"grunt-postcss": "^0.7.1",
"grunt-replace": "~0.11.0",
"grunt-svgmin": "~3.1.0",
"grunt-usemin": "~3.1.1",
"jshint-stylish": "~2.1.0",
"karma": "~0.13.15",
"karma-chrome-launcher": "^0.2.2",
"karma-ember-preprocessor": "^1.8.0",
"karma-junit-reporter": "^0.3.8",
"karma-phantomjs-launcher": "^1.0.0",
"karma-qunit": "^0.1.9",
"less": "^2.5.3",
"load-grunt-tasks": "~3.4.0",
"morgan": "^1.6.1",
"phantomjs-prebuilt": "2.1.3",
"qunitjs": "1.21.0",
"shelljs": "^0.5.3",
"time-grunt": "~1.3.0",
"vinyl-fs": "2.3.1"
}
}