This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
69 lines (69 loc) · 1.56 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "autolayout",
"version": "0.7.0",
"homepage": "https://github.com/IjzerenHein/autolayout.js",
"repository": {
"type": "git",
"url": "git://github.com/IjzerenHein/autolayout.js.git"
},
"main": "dist/autolayout.js",
"author": {
"name": "Hein Rutjes <[email protected]>"
},
"description": "Apple's Auto Layout and Visual Format Language for javascript (using cassowary constraints)",
"keywords": [
"autolayout",
"autolayoutjs",
"autolayout.js",
"auto-layout",
"cassowary",
"cassowaryjs",
"cassowary.js",
"vfl",
"evfl",
"visualformatlanguage"
],
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/IjzerenHein/autolayout.js/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"src",
"dist",
"LICENSE"
],
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"benchmark": "^2.1.3",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"combined-stream": "^1.0.5",
"envify": "^4.0.0",
"esperanto": "^0.7.5",
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-eslint": "^19.0.0",
"grunt-exec": "^1.0.1",
"grunt-jscs": "^3.0.1",
"grunt-jsdoc-to-markdown": "^2.0.0",
"grunt-peg": "1.5.0",
"kiwi.js": "^1.0.1",
"lodash": "^4.17.4",
"minifyify": "^7.3.4",
"minimist": "^1.2.0",
"mocha": "^3.2.0",
"platform": "^1.3.1"
},
"dependencies": {
"cassowary": "0.0.2"
},
"scripts": {
"test": "mocha"
}
}