-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "overscore.js",
"version": "0.1.0",
"description": "Underscore replacement",
"main": "overscore.es5.complete.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run",
"compile:minimal": "webpack --progress --colors --config ./webpack.minimal.config.js",
"compile:complete": "webpack --progress --colors --config ./webpack.complete.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jesusr/overscore.git"
},
"keywords": [
"underscore",
"library"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/jesusr/overscore/issues"
},
"homepage": "https://github.com/jesusr/overscore#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babili-webpack-plugin": "^0.1.1",
"chai": "^3.5.0",
"istanbul-instrumenter-loader": "^2.0.0",
"karma": "^1.5.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.1",
"sinon": "^2.2.0",
"source-map-loader": "^0.2.1",
"webpack": "^2.3.3"
},
"dependencies": {
"jquery": "^3.2.1"
}
}