This repository was archived by the owner on Feb 14, 2019. It is now read-only.
forked from flimflamjs/flimflam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 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
{
"name": "flimflam",
"version": "0.7.6",
"description": "Flimflam UI components",
"main": "index.js",
"dependencies": {
"flyd": "0.2.4",
"form-serialize": "0.7.1",
"ramda": "0.23.0",
"snabbdom": "0.6.5",
"snabbdom-merge": "0.0.4"
},
"devDependencies": {
"autoprefixer": "6.7.0",
"browserify": "13.1.0",
"budo": "9.2.1",
"babel-preset-es2040": "1.1.1",
"es2040": "1.2.4",
"postcss-cli": "2.6.0",
"postcss-import": "9.1.0",
"tap-spec": "4.1.1",
"tape": "4.6.3",
"tape-run": "2.1.5",
"zuul": "3.11.1",
"ff-docs-theme": "https://github.com/flimflamjs/docs-theme.git"
},
"scripts": {
"test": "browserify -t es2040 ${TEST:-'.'}/test/index.js | tape-run --render='tap-spec'",
"docs-build": "cp docs-src/index.html docs/index.html && cp docs-src/build.css docs/build.css && browserify docs-src/index.js -t es2040 -o docs/index.js",
"docs-dev": "(cd docs-src; budo index.js --live --css build.css -- -t es2040)",
"docs-css": "postcss -w -c docs-src/postcss-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flimflamjs/flimflam.git"
},
"keywords": [
"flimflam"
],
"author": "jay r bolton <jayrbolton@gmail.com> (http://jayrbolton.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/flimflamjs/flimflam/issues"
},
"homepage": "https://github.com/flimflamjs/flimflam#readme"
}