forked from mohsen1/json-formatter-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "json-formatter-js",
"version": "1.2.0",
"description": "JSON Formatter core library ",
"main": "dist/json-formatter.js",
"scripts": {
"build": "webpack",
"test": "karma start --singleRun=true test/karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mohsen1/json-formatter-js.git"
},
"keywords": [
"json"
],
"author": "Mohsen Azimi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mohsen1/json-formatter-js/issues"
},
"homepage": "https://github.com/mohsen1/json-formatter-js#readme",
"devDependencies": {
"chai": "^3.2.0",
"css-loader": "^0.25.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-typescript-preprocessor": "^0.2.0",
"karma-webpack": "^1.7.0",
"less-loader": "^2.2.3",
"minimist": "^1.2.0",
"mocha": "^3.0.2",
"style-loader": "^0.13.1",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}