-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.59 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
56
57
58
{
"author": {
"name": "Michael S. Mikowski",
"email": "mike.mikowski@gmail.com"
},
"bugs": {
"url": "https://github.com/mmikowski/powercss/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Unleash PowerCSS to create custom styling for every user of your web application. PowerCSS uses merging, caching, compression, and double-buffering to exceed the speed and flexibility of static CSS. https://www.youtube.com/watch?v=rnkMjzhxw4s",
"devDependencies": {
"coveralls": "2.13.1",
"istanbul": "0.4.5",
"jsdom": "11.1.0",
"jslint": "0.11.0",
"nodeunit": "0.11.1"
},
"homepage": "https://github.com/mmikowski/powercss",
"keywords": [
"alive-css",
"css",
"css-alive",
"css-js",
"css-live",
"css-power",
"cssjs",
"desktop and mobile",
"desktop and touch",
"desktop",
"js-css",
"jscss",
"live-css",
"mobile",
"phone",
"power",
"power-css",
"powercss",
"tablet",
"touch"
],
"license": "MIT",
"main": "dist/",
"name": "powercss",
"repository": {
"type": "git",
"url": "git+https://github.com/mmikowski/powercss.git"
},
"scripts": {
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/nodeunit test/t.js",
"publish-coverage": "node_modules/.bin/istanbul cover node_modules/.bin/nodeunit test/t.js | cat coverage/lcov.info | node_modules/.bin/coveralls",
"requirements-check": "bin/check-node-version",
"setup": "bin/setup",
"test": "node_modules/.bin/nodeunit test/t.js"
},
"version": "1.4.7"
}