-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 937 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 937 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
35
36
37
38
39
40
{
"name": "isfunction",
"version": "0.0.6",
"license": "MIT",
"description": "Is it a function?",
"keywords": [
"function"
],
"author": {
"name": "Andrew Griffiths",
"email": "mail@andrewgriffithsonline.com"
},
"repository": {
"type": "git",
"url": "git@github.com:techjacker/isfunction.git"
},
"engines": [
"node >= 0.4.0"
],
"main": "lib/main.js",
"scripts": {},
"dependencies": {},
"devDependencies": {
"mocha": "~1.12.0",
"expect.js": "~0.2.0",
"grunt": "~0.4.1",
"grunt-saucelabs": "~4.0.4",
"grunt-preprocess": "~2.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-yuidoc": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"component": "~0.17.0",
"jshint": "~2.1.4",
"uglify-js": "~2.3.6",
"grunt-contrib-clean": "~0.5.0",
"serve": "~1.3.0"
}
}