-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 1002 Bytes
/
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
{
"name": "FLGames",
"description": "a collection of games to learn English",
"version": "0.1.0",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-angular-gettext": "^2.4.1",
"grunt-angular-templates": "^1.1.0",
"grunt-browser-output": "1.0.3",
"grunt-contrib-clean": "^2.0",
"grunt-contrib-concat": "^1.0",
"grunt-contrib-connect": "^2.0",
"grunt-contrib-copy": "^1.0",
"grunt-contrib-cssmin": "^3.0",
"grunt-contrib-htmlmin": "^3.1",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.1",
"grunt-contrib-less": "^2.0",
"grunt-contrib-uglify": "^4.0",
"grunt-contrib-watch": "^1.1",
"grunt-dom-munger": "^3.4",
"grunt-karma": "^3.0.2",
"grunt-ngmin": "0.0.3",
"karma": "^4.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-tasks": "^5.0"
}
}