-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
31 lines (31 loc) · 880 Bytes
/
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
{
"name": "@typicode/pegasus",
"version": "0.3.5",
"description": "Load data while still loading other scripts, works with jQuery, Backbone, Angular...",
"main": "dist/pegasus-commonjs.js",
"scripts": {
"start": "grunt",
"gh-pages": "grunt gh-pages",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/typicode/pegasus.git"
},
"author": "Typicode <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/typicode/pegasus/issues"
},
"homepage": "https://github.com/typicode/pegasus",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bytesize": "^0.1.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-include-replace": "^3.0.0"
}
}