forked from thomashigginbotham/ExperisWebFramework2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 799 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
{
"name": "XWF",
"repository": {
"type": "git",
"url": "https://github.com/thomashigginbotham/ExperisWebFramework2"
},
"version": "2.2.0",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "~0.4.1",
"grunt-bower-requirejs": "^0.11.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-express": "~1.2.0",
"grunt-karma": "^0.8.3",
"grunt-processhtml": "~0.3.3",
"karma": "^0.12.21",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"matchdep": "~0.1.2",
"requirejs": "^2.1.14"
}
}