blob: 1b0e6425ab11744d043db2aff560e8c493d5a5f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "web3",
"version": "0.0.0",
"authors": [
"lars <lars@pingfm.org>"
],
"description": "sublab website v3",
"license": "MIT",
"homepage": "http://sublab.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"source/bower_components",
"test",
"tests"
],
"dependencies": {
"foundation": "~5.4.4"
}
}
|