-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "json-css",
"version": "1.5.6",
"description": "Utility to convert CSS to JSON and vice versa.",
"main": "lib/jsoncss.min.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arajajyothibabu/json-css.git"
},
"keywords": [
"css",
"json",
"css",
"to",
"json",
"json",
"to",
"css",
"convertor"
],
"author": "Jyothi Babu Araja <[email protected]> (https://arajajyothibabu.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/arajajyothibabu/json-css/issues"
},
"homepage": "https://github.com/arajajyothibabu/json-css#readme",
"devDependencies": {
"webpack": "^2.6.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-stage-0": "^6.24.1",
"webpack-dev-server": "^2.4.5",
"babel-cli": "6.24.1",
"babel-eslint": "7.2.3",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "4.0.0",
"mocha": "3.4.2",
"yargs": "7.1.0"
}
}