-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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": "element-calcum",
"version": "0.5.3",
"description": "Calculate some data item about elements you select (like their widths for example) and record it as data-attribute (displayable via css that way).",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: TODO tests\" && exit 1",
"build-standalone-global": "./build-standalone-global.sh"
},
"author": {
"name": "Yuval Maman",
"url": "http://github.com/yuvilio"
},
"license": "MIT",
"dependencies": {
"sliced": "0.0.5"
},
"devDependencies": {
"browser-sync": "^1.9.0",
"browserify": "^8.1.0",
"browserify-standalone": "^0.3.0",
"document-offset": "^1.0.3",
"dom-style": "0.0.3",
"element-size": "^1.1.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-gh-pages": "^0.4.0",
"gulp-release-tasks": "0.0.3",
"gulp-ruby-sass": "^0.7.1",
"gulp-swig": "^0.7.4",
"highlight-redux": "^1.0.1",
"highlight.js": "^8.4.0",
"marked": "^0.3.2",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/yuvilio/element-calcum.git"
},
"keywords": [
"browser",
"css",
"debug",
"responsive"
]
}