-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "classes",
"version": "0.0.1",
"description": "JavaScript OOP framework",
"main": "classes.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --require=./tests/utils/helpers.js --reporter=spec ./tests",
"memory_leak_test": "node --expose-gc ./quality_control/memory_leak.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xescoder/classes.git"
},
"keywords": [
"class",
"oop"
],
"author": "Alexandr Yakovlev",
"author": {
"name": "Alexandr Yakovlev",
"email": "xescoder@yandex.ru"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/xescoder/classes/issues"
},
"homepage": "https://github.com/xescoder/classes#readme",
"devDependencies": {
"git-hooks": "0.0.4",
"jscs": "2.9.0",
"jscs-jsdoc": "^1.3.1",
"jshint": "~2.5.3",
"jshint-groups": "~0.6.2",
"jshint-stylish": "~0.4.0",
"mocha": "2.3.4",
"chai": "3.4.1",
"lodash": "3.10.1",
"sinon": "1.17.2",
"sinon-chai": "2.8.0"
}
}