-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 810 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 810 Bytes
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": "UXFirst",
"description": "Tiny script that detects slow users so you can enhance their user experience",
"version": "0.2.0",
"homepage": "https://github.com/gmetais/UXFirst",
"author": {
"name": "Gaël Métais",
"email": "gael@gaelmetais.com",
"url": "www.gaelmetais.com"
},
"repository": {
"type": "git",
"url": "git://github.com/gaelmetais/UXFirst.git"
},
"bugs": {
"url": "https://github.com/gaelmetais/UXFirst/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gaelmetais/UXFirst/blob/master/LICENSE"
}
],
"devDependencies": {
"matchdep": "^0.3.0",
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0"
},
"keywords": [
"ux",
"performance"
]
}