-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.9 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
67
68
69
70
71
72
73
{
"name": "rupert-grunt",
"version": "0.1.5",
"description": "rupert development toolchain and library.",
"main": "./src/Gruntfile.coffee",
"scripts": {
"test": "sh ./test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/DavidSouther/rupert-grunt.git"
},
"keywords": [
"rupert",
"angular",
"express",
"compiler",
"grunt"
],
"author": "David Souther <davidsouther@gmail.com> (https://davidsouther.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidSouther/rupert-grunt/issues"
},
"homepage": "https://github.com/DavidSouther/rupert-grunt",
"directories": {
"lib": "./src",
"example": "./plain"
},
"devDependencies": {
"coffeelint": "^1.8.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"karma": "^0.13.3",
"rupert": "^0.3.4"
},
"dependencies": {
"angular-mocks": "^1.3.0",
"chai": "^1.10.0",
"coffee-script": "^1.7.1",
"debug": "^2.1.1",
"findup-sync": "^0.2.1",
"grunt-coffeelint": "0.0.13",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.12.0",
"grunt-mocha-test": "^0.12.1",
"grunt-notify": "^0.4.0",
"grunt-recurse": "^0.2.1",
"grunt-release": "^0.13.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.4.0",
"karma-firefox-launcher": "^0.1.3",
"karma-junit-reporter": "^0.3.0",
"karma-mocha": "^0.2.0",
"karma-sinon-chai": "^1.0.0",
"karma-spec-reporter": "0.0.20",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"mockasing": "0.1.2",
"protractor": "^2.1.0",
"q": "^1.0.1",
"qcumber": "^0.1.2",
"qcumberbatch": "^0.2.3",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"superagent": "^1.2.0",
"supertest": "^1.0.1"
}
}