-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.41 KB
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
{
"name": "JS.Responsive",
"version": "3.4.1",
"description": "Tool for responsive styling and responsive javascript coding.",
"main": "dist/JS.Responsive.js",
"scripts": {
"dev": "node server/server.js",
"prebuild": "node server/preBuild.js",
"build": "npm run prebuild && node server/buildHelper.js",
"custom": "npm run prebuild && node server/customBuildHelper.js",
"test": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"devDependencies": {
"archiver": "^1.3.0",
"babel-cli": "^6.18.0",
"babel-core": "^6.1.18",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.1.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"chai": "^3.4.1",
"eslint": "^1.7.2",
"eslint-loader": "^1.1.0",
"express": "^4.14.0",
"ink-docstrap": "^1.3.0",
"jsdoc-webpack-plugin": "^0.0.1",
"mocha": "^2.3.4",
"webpack": "^1.12.9",
"yargs": "^3.32.0"
},
"repository": {
"type": "git",
"url": "https://github.com/seyd/JS.Responsive.git"
},
"keywords": [
"front-end",
"framework",
"responsive",
"javascript",
"css",
"js",
"less",
"sass",
"web",
"umd",
"commonjs",
"bower"
],
"author": "Jan Seyd",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/seyd/JS.Responsive/issues"
},
"homepage": "http://jsresponsive.wezeo.com/"
}