-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1017 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1017 Bytes
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
{
"name": "dymatrix",
"version": "1.0.0",
"description": "dynamic matrix JS control",
"main": "dymatrix.js",
"dependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.22.0",
"css-loader": "^0.26.1",
"jquery": "^3.1.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
},
"devDependencies": {
"@types/jquery": "^2.0.40",
"babel": "^6.23.0",
"babel-cli": "^6.22.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"jsdom": "9.11.0",
"jsdom-global": "2.1.1",
"mocha": "^3.2.0"
},
"scripts": {
"test": "mocha -r jsdom-global/register --timeout 15000",
"start": "SET NODE_ENV=development & node ./"
},
"author": "rveremyov@gmail.com",
"license": "MIT"
}