-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "reckbone.model",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "karma start --single-run",
"start": "open example/index.html",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesusr/reckbone.model.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jesusr/reckbone.model/issues"
},
"homepage": "https://github.com/jesusr/reckbone.model#readme",
"dependencies": {
"jquery": "^3.2.1",
"overscore": "git://github.com/jesusr/overscore.git"
},
"devDependencies": {
"acorn": "^6.4.0",
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"diff": "^3.5.0",
"eslint": "^6.8.0",
"handlebars": "^4.0.8",
"handlebars-template-loader": "^0.7.0",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "0.2.0",
"karma": "^4.4.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^2.0.3",
"lodash": "^4.17.4",
"mocha": "^7.0.1",
"phantomjs-polyfill": "0.0.2",
"sinon": "^2.2.0",
"source-map-loader": "^0.2.1",
"webpack": "^2.5.1"
}
}