-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
{
"name": "Patterns-Grunt-Project",
"description": "Precomplie with grunt, karma, jasmine, js-modules",
"version": "2.0.0",
"homepage": "http://jaffarc.github.io/Patterns-Grunt-Project/",
"author": {
"name": "jaffar cardoso",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:jaffarc/Patterns-Grunt-Project.git"
},
"main": "Gruntfile.js",
"keywords": [
"Gruntfile",
"jasmine",
"Patterns",
"modular"
],
"engines": {
"node": "*"
},
"dependencies": {
"gridfs-stream": "^1.1.1",
"grunt": "^1.6.1",
"grunt-banner": "^0.6.0",
"grunt-cli": "1.4.3",
"grunt-complexity": "^1.1.0",
"grunt-concat-css": "^0.3.2",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"handlebars": "^4.7.7",
"jshint-table-reporter": "^0.1.0",
"karma": "^6.4.2",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-requirejs": "^1.1.0",
"load-grunt-tasks": "^5.1.0",
"maxmin": "^4.0.0",
"plato": "^1.7.0",
"requirejs": "^2.3.6",
"time-grunt": "^2.0.0"
},
"devDependencies": {
"consolidate": "0.16.0",
"fs-extra": "11.1.1"
},
"scripts": {
"test": "karma start --single-run"
}
}