forked from LaxarJS/grunt-laxar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.81 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
{
"name": "grunt-laxar",
"version": "1.2.0-pre",
"description": "Grunt tasks for LaxarJS",
"repository": {
"type": "git",
"url": "https://github.com/LaxarJS/grunt-laxar.git"
},
"authors": [],
"license": "MIT",
"bin": {
"fixinstall": "./bin/fixinstall.js"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"laxar"
],
"dependencies": {
"async": "~0.7.0",
"clean-css": "3.3.7",
"connect-xcors": "~0.5.2",
"findup": "~0.1.5",
"glob": "~3.1.21",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-karma": "LaxarJS/grunt-karma#8075438dc412358a5707245e14a3bfaf7ae97963",
"jjv": "~1.0.0",
"jjve": "~0.5.0",
"jsonlint": "^1.6.2",
"karma": "LaxarJS/karma#f1363cc3fca25a87c5bb45970a7ca3afd207fb73",
"karma-coverage": "~0.2.6",
"karma-junit-reporter": "~0.2.1",
"karma-laxar": "~1.1.0-alpha.1",
"karma-phantomjs-launcher": "~0.1.2",
"laxar": "~1.0.0-beta.1",
"laxar-dox": "~1.0.0",
"lodash": "~2.4.1",
"minimatch": "~0.2.14",
"q": "~1.0.0",
"requirejs": "2.1.19"
},
"peerDependencies": {
"grunt": ">=0.4"
},
"devDependencies": {
"bower": "~1.3.3",
"expect.js": "~0.3.1",
"expectations": "~0.2.5",
"grunt": "~0.4.2",
"grunt-bump": "~0.0.13",
"grunt-cli": "~0.1.13",
"grunt-mocha-cli": "~1.13.0",
"grunt-run-task": "~0.2.0",
"md-code-stream": "~0.1.0"
}
}