-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (43 loc) · 916 Bytes
/
package.json
File metadata and controls
executable file
·44 lines (43 loc) · 916 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
41
42
43
44
{
"name": "@1dv021/laborationer",
"version": "1.0.0",
"homepage": "http://coursepress.lnu.se/kurs/grundlaggande-programmering/",
"contributors": [
{
"name": "Johan Leitet",
"email": "johan.leitet@lnu.se"
},
{
"name": "John Häggerud",
"email": "john.haggerud@lnu.se"
},
{
"name": "Mats Loock",
"email": "mats.loock@lnu.se"
},
{
"name": "Jacob Lindehoff",
"email": "jacob.lindehoff@lnu.se"
}
],
"license": "CC-BY-4.0",
"repository" :
{ "type" : "git",
"url" : "https://github.com/1dv021/laborationer.git"
},
"engines" : { "node" : ">=0.12.0" },
"dependencies": {},
"devDependencies": {
"chai": "^2.3.0",
"jscs": "^1.13.1",
"jshint": "^2.7.0",
"mocha": "^2.2.4",
"should": "^6.0.1"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive ./test"
}
}