UNPKG

1.49 kBJSONView Raw
1{
2 "name": "rupert-grunt",
3 "version": "0.0.3",
4 "description": "rupert development toolchain and library.",
5 "main": "src/Gruntfile.coffee",
6 "scripts": {
7 "test": "grunt"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/DavidSouther/rupert-grunt.git"
12 },
13 "keywords": [
14 "rupert",
15 "angular",
16 "express",
17 "compiler",
18 "grunt"
19 ],
20 "author": "David Souther <davidsouther@gmail.com> (https://davidsouther.com/)",
21 "license": "ISC",
22 "bugs": {
23 "url": "https://github.com/DavidSouther/rupert-grunt/issues"
24 },
25 "homepage": "https://github.com/DavidSouther/rupert-grunt",
26 "devDependencies": {
27 "grunt": "^0.4.5",
28 "grunt-cli": "^0.1.13",
29 "grunt-release": "^0.7.0"
30 },
31 "dependencies": {
32 "coffee-script": "^1.7.1",
33 "grunt-coffeelint": "0.0.13",
34 "grunt-concurrent": "^1.0.0",
35 "grunt-contrib-clean": "^0.6.0",
36 "grunt-contrib-jshint": "^0.10.0",
37 "grunt-contrib-watch": "^0.6.1",
38 "grunt-karma": "^0.9.0",
39 "grunt-notify": "^0.3.1",
40 "grunt-recurse": "^0.2.1",
41 "karma-chrome-launcher": "^0.1.5",
42 "karma-coffee-preprocessor": "^0.2.1",
43 "karma-coverage": "^0.2.6",
44 "karma-firefox-launcher": "^0.1.3",
45 "karma-junit-reporter": "^0.2.2",
46 "karma-mocha": "^0.1.9",
47 "karma-sinon-chai": "^0.2.0",
48 "karma-spec-reporter": "0.0.13",
49 "mockasing": "0.0.3",
50 "q": "^1.0.1",
51 "qcumber": "^0.1.2",
52 "qcumberbatch": "^0.2.1",
53 "superagent": "^0.20.0"
54 }
55}