-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "memorygame",
"private": true,
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"grunt": "1.5.x",
"grunt-angular-templates": "^1.2.0",
"grunt-concurrent": "2.3.x",
"grunt-contrib-clean": "1.1.x",
"grunt-contrib-compass": "^0.8.0",
"grunt-contrib-concat": "1.0.x",
"grunt-contrib-connect": "1.0.x",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-cssmin": "2.2.x",
"grunt-contrib-htmlmin": "2.4.x",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "3.0.x",
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.1.2",
"grunt-google-cdn": "^0.4.3",
"grunt-jscs": "^0.6.1",
"grunt-karma": "^4.0.2",
"grunt-newer": "^1.1.0",
"grunt-ng-annotate": "3.0.x",
"grunt-postcss": "0.9.x",
"grunt-svgmin": "^6.0.1",
"grunt-usemin": "^0.1.13",
"grunt-wiredep": "3.0.x",
"jasmine-core": "^3.1.0",
"jit-grunt": "0.10.x",
"jshint-stylish": "2.2.x",
"karma": "6.3.x",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.1",
"serve-static": "1.13.x",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=16"
},
"scripts": {
"test": "karma start karma.conf.js"
},
"dependencies": {
"compass": "^0.1.1"
}
}