-
Notifications
You must be signed in to change notification settings - Fork 158
/
package.json
34 lines (34 loc) · 916 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
32
33
34
{
"name": "please-wait",
"module": "please-wait",
"author": "Pathgather",
"description": "Display a nice loading screen while your app loads",
"homepage": "https://github.com/Pathgather/please-wait",
"author": {
"name": "Pathgather",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/Pathgather/please-wait.git"
},
"main": "build/please-wait.js",
"version": "0.0.5",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-compass": "~1.0.1",
"grunt-coffeelint": "~0.0.13",
"grunt-contrib-coffee": "~0.12.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jasmine": "~0.8.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
]
}