-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
28 lines (28 loc) · 1010 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
{
"name": "3sacrowd-master",
"version": "1.0.0",
"description": "[![](http://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](http://www.firsttimersonly.com/) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/c01d873f278c49dabb41b58949f59c6d)](https://www.codacy.com/app/raulvillares/vanilla_3sacrowd?utm_source=github.com&utm_medium=referral&utm_content=raulvillares/vanilla_3sacrowd&utm_campaign=Badge_Grade)",
"main": "gameplay.js",
"type": "module",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"babel-register": "^6.26.0",
"requirejs": "^2.3.7"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"tape": "^5.8.1"
},
"scripts": {
"allTests": "node test/allTests.js",
"infoTest": "node test/infoTest.js",
"levelsTest": "node test/levelsTest.js",
"squareImagesTest": "node test/squareImagesTest.js",
"test": "tape test/test.js"
},
"author": "",
"license": "ISC"
}