forked from yakworks/angle-grinder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.98 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
{
"name": "angle-grinder",
"version": "0.2.0",
"main": "./server/index.coffee",
"dependencies": {
"coffee-script": "^1.7.1",
"express": "^3.5.1",
"casual": "^1.4.6",
"underscore": "^1.6.0",
"blueimp-file-upload-node": "^2.1.0",
"jquery-file-upload-middleware": "^0.1.1",
"imagemagick": "^0.1.3",
"mime": "^1.2.11"
},
"devDependencies": {
"chai": "^1.9.0",
"chai-as-promised": "^4.1.1",
"coffee-script": "^1.7.1",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-bower-task": "^0.4.0",
"grunt-coffeelint": "^0.0.13",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.11.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-livereload": "^0.1.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-dev-update": "^0.7.1",
"grunt-env": "^0.4.4",
"grunt-gh-pages": "^0.9.1",
"grunt-includes": "^0.5.1",
"grunt-karma": "^0.9.0",
"grunt-regarde": "^0.1.1",
"grunt-text-replace": "^0.3.12",
"grunt-usemin": "^2.3.0",
"karma": "^0.12.23",
"karma-chai-plugins": "^0.2.3",
"karma-chrome-launcher": "^0.1.5",
"karma-coffee-preprocessor": "^0.2.1",
"karma-coverage": "git+https://github.com/kylewelsby/karma-coverage#fix-coffee-script-compiler",
"karma-firefox-launcher": "^0.1.3",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.7",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon-chai": "^0.2.0",
"karma-spec-reporter": "^0.0.13",
"load-grunt-tasks": "^0.6.0",
"mocha": "^1.20.4",
"nodemon": "^1.2.0",
"protractor": "^1.0.0",
"request": "^2.36.0"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
}
}