-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "smartcrs-2.0",
"version": "1.0.1",
"description": "A Peer-to-Peer Class Room Response System",
"main": "lecturerRun.html",
"dependencies": {
"getconfig": "^2.2.0",
"jasmine": "^2.3.2",
"jasmine-core": "^2.3.4",
"jasmine-node": "^1.14.5",
"jquery-comments": "^1.0.1",
"karma": "^0.13.2",
"karma-chrome-launcher": "^0.2.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-jquery": "^0.1.1",
"karma-requirejs": "^0.2.2",
"mime": "^1.3.4",
"node-static": "^0.7.7",
"requirejs": "^2.1.19"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"selenium-webdriver": "^2.46.1"
},
"scripts": {
"test": "node.exe \"WebStorm 10.0.4\\plugins\\js-karma\\js_reporter\\karma-intellij\\lib\\intellijRunner.js\" --karmaPackageDir=\"SmartCRS-2.0\\node_modules\\karma\" --serverPort=9876 --urlRoot=/",
"start": "node server.js",
"lint": "jshint .",
"validate": "npm ls"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/MrSpongeBob/smartcrs-2.0.git"
},
"author": "Till Salinger",
"license": "ISC",
"homepage": "https://bitbucket.org/MrSpongeBob/smartcrs-2.0#readme",
"pre-commit": [
"lint",
"validate",
"test"
]
}