-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.06 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
{
"name": "little-convoy",
"version": "0.1.0",
"description": "LittleConvoy is meant as a drop-in replacement for your existing JsonP requests that provides progression callbacks",
"keywords": "jsonp progression progress cors ajax promise",
"homepage": "https://github.com/poulfoged/little-convoy",
"bugs": "https://github.com/poulfoged/little-convoy/issues",
"license": "MIT",
"author": "Poul Foged Nielsen (@modec)",
"dependencies": {
"grunt": "0.x.x",
"grunt-autoprefixer": "0.2.x",
"grunt-contrib-clean": "0.5.x",
"requirejs": "2.1.11",
"grunt-contrib-connect": "0.4.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-cssmin": "0.6.x",
"grunt-contrib-jade": "0.8.x",
"grunt-contrib-jshint": "0.6.x",
"grunt-contrib-stylus": "0.8.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-contrib-watch": "0.5.x",
"grunt-typescript": "0.2.8"
},
"engine": "node >= 0.10",
"devDependencies": {
"grunt-contrib-requirejs": "^0.4.3",
"grunt-nuget": "^0.1.1",
"almond": "^0.2.9",
"grunt-processhtml": "^0.3.0"
}
}