-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 971 Bytes
/
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
{
"name": "flowerflip",
"version": "0.2.8",
"description": "Layout solver",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"files": [
"index.js",
"examples",
"lib"
],
"dependencies": {
"@the-grid/schema": "^0.1.1",
"chai": "~3.5.0",
"coffee-script": "~1.12.0",
"debug": "~2.6.0",
"graphlib": "~2.1.0",
"graphlib-dot": "~0.6.2"
},
"author": "Henri Bergius <[email protected]>",
"license": "MIT",
"devDependencies": {
"coffeeify": "^2.0.1",
"coffeelint": "^1.15.7",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-coffeelint": "^0.0.16",
"grunt-contrib-coffee": "^1.0.0",
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/the-grid/Flowerflip.git"
},
"browserify": {
"name": "Flowerflip",
"transform": [
"coffeeify"
]
}
}