-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.57 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
{
"name": "devFactory-jquery-requirejs",
"version": "0.1.0",
"description": "empty dev factory to bootstrap a project with jquery and requirejs",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/paulsouche/devFactory-jquery-requirejs.git"
},
"keywords": [
"devFactory",
"tests",
"unit",
"e2e",
"endtoend",
"requirejs",
"jquery"
],
"author": "paulsouche",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulsouche/devFactory-jquery-requirejs/issues"
},
"homepage": "https://github.com/paulsouche/devFactory-jquery-requirejs",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-available-tasks": "^0.5.0",
"grunt-browser-sync": "^1.1.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.8.3",
"grunt-newer": "^0.7.0",
"grunt-jasmine-node": "^0.2.1",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"load-grunt-tasks": "^0.6.0",
"requirejs": "^2.1.14",
"webdriverjs": "^1.7.2"
}
}