-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.39 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.39 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
{
"name": "cmil",
"version": "0.4.0-alpha.2",
"description": "Multilanguage programming platform especially for kids",
"main": "build/index.js",
"scripts": {
"build": "babel src -d build",
"start": "node src/index.js",
"serve": "nodemon src/index.js",
"test": "mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec && start coverage/lcov-report/index.html",
"coveralls": "istanbul cover ./node_modules/.bin/_mocha && ./node_modules/.bin/istanbul-coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinguaCode/core"
},
"engines": {
"node": ">= 7.9.0"
},
"author": "Arman Yeghiazaryann <otanim617@gmail.com> (http://otanim.com)",
"license": "SEE LICENSE IN LICENSE file",
"bugs": "https://github.com/LinguaCode/core/issues",
"dependencies": {
"lingua-logger": "git+https://github.com/LinguaCode/lingua-logger.git",
"linguacode-constants": "https://github.com/linguacode/linguacode-constants",
"linguacode-translator": "https://github.com/LinguaCode/linguacode-translator",
"lodash": "^4.17.15",
"moment": "^2.26.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"coveralls": "2.11.15",
"istanbul": "0.4.5",
"istanbul-coveralls": "1.0.3",
"mocha": "3.3.0",
"node-cache-wiper": "git+https://github.com/otanim/node-cache-wiper.git"
}
}