-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
29 lines (29 loc) · 871 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
{
"name": "@mulhoon/score.js",
"version": "0.1.1",
"description": "Scoring, levels, checkpoints and badges in Javascript",
"author": "Nic Mulvaney",
"copyright": "2014",
"license": "MIT",
"main": "lib/score.js",
"scripts": {
"build": "grunt"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.8.0",
"grunt-contrib-uglify": "^0.3.3",
"grunt-contrib-watch": "^0.5.3",
"grunt-notify": "^0.3.1",
"load-grunt-tasks": "^0.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mulhoon/score.js.git"
},
"bugs": {
"url": "https://github.com/mulhoon/score.js/issues"
},
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}