-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (44 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (44 loc) · 1.21 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
39
40
41
42
43
44
45
{
"jspm": {
"directories": {},
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
},
"devDependencies": {
},
"dependencies": {
"babel": "^5.8.23",
"bootstrap": "^3.3.5",
"chai": "^3.2.0",
"live-server": "^0.8.1",
"mocha": "^2.3.0",
"sinon": "^1.16.1",
"jquery": "^2.1.4",
"sammy": "github:quirkey/sammy",
"underscore": "^1.8.3"
},
"name": "just-library",
"description": "*JustLibrary*\r By team Angel Face",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha -R spec tests --compilers js:babel/register"
},
"repository": {
"type": "git",
"url": "git+https://damy90:Morkow90@github.com/TeamAngelFace-Telerik/JustLibrary.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/TeamAngelFace-Telerik/JustLibrary/issues"
},
"homepage": "https://github.com/TeamAngelFace-Telerik/JustLibrary#readme"
}