forked from Laboratoria-learning/cardify
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 873 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 873 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
{
"name": "cardify_bootstrap",
"version": "1.0.0",
"description": "* **Track:** _Common Core_\r * **Curso:** _JS Deep Dive: Crea tu propia librería usando JavaScript_\r * **Unidad:** _Producto final_",
"main": "./lib/main.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test --reporter nyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meliveloz/cardify.git"
},
"author": "melivalvane",
"license": "ISC",
"bugs": {
"url": "https://github.com/meliveloz/cardify/issues"
},
"homepage": "https://github.com/meliveloz/cardify#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"browserify": "^15.2.0",
"chai": "^4.1.2",
"chai-dom": "^1.7.0",
"chai-jq": "0.0.9",
"jquery": "^3.3.1",
"mocha": "^5.0.0"
},
"devDependencies": {
"jsdom": "^11.6.1"
}
}