-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.37 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.37 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
{
"name": "expertjs",
"version": "1.0.0",
"description": "ExpertJS is an online tech dictionary for JavaScript professionals, educators and students. We provide definitions to words, phrases and abbreviations related to JavaScript and JS related technologies. Our goal is to provide easy-to-understand definitions, while avoiding the use of heavy jargon when possible so that the site is a comprehensive resource for users with any range of computer knowledge.",
"main": "index.html",
"scripts": {
"test": "mocha --recursive test/unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChelseaBurns/ExpertJS.git"
},
"author": "Chelsea Burns <co.designux@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChelseaBurns/ExpertJS/issues"
},
"homepage": "https://github.com/ChelseaBurns/ExpertJS#readme",
"dependencies": {
"istanbul": "^0.3.19"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-babel": "^5.0.1",
"grunt-bower-concat": "^0.5.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0",
"istanbul": "^0.3.19",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.3.0",
"scss": "^0.2.4"
}
}