-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 966 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
30
31
32
33
34
35
36
37
38
{
"name": "project-awesome",
"version": "1.0.0",
"description": "Library to create practice questions for Computer Science problems",
"main": "index.js",
"scripts": {
"pretest": "cd html; browserify -r ./pa.js > pa-bundle.js",
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolfenbarger/project-awesome.git"
},
"keywords": [
"awesome",
"ucsb",
"computer-science",
"education"
],
"author": "Phill Conrad and many other students at UCSB",
"license": "ISC",
"bugs": {
"url": "https://github.com/wolfenbarger/project-awesome/issues"
},
"homepage": "https://github.com/wolfenbarger/project-awesome#readme",
"dependencies": {
"underscore": "^1.8.3",
"xml": "^1.0.0"
},
"devDependencies": {
"browserify": "^11.0.0",
"chai": "^3.2.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"xml2js": "^0.4.10"
}
}