-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
35
36
37
38
39
40
41
42
{
"name": "funkierjs",
"version": "1.0.0",
"description": "The functional toolbox for ES5 Javascript",
"author": "Graeme McCutcheon <cutchy11@gmail.com> (http://www.graememcc.co.uk/)",
"main": "lib/funkier.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"bugs": {
"url": "https://github.com/graememcc/funkierJS/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/graememcc/funkierJS"
},
"keywords": [
"functional"
],
"devDependencies": {
"chai": "4.3.6",
"deep-equal": "^1.0.0",
"esprima": "^2.2.0",
"grunt": "1.5.3",
"grunt-browserify": "6.0.0",
"grunt-bump": "0.8.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "5.2.1",
"grunt-contrib-watch": "1.1.0",
"grunt-newer": "1.3.0",
"he": "^0.5.0",
"marked": "4.0.10",
"mkdirp": "^0.5.1",
"mocha": "10.0.0"
},
"license": "MIT",
"homepage": "https://graememcc.github.io/funkierJS"
}