forked from etaoux/brix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·45 lines (45 loc) · 931 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·45 lines (45 loc) · 931 Bytes
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": "brix",
"description": "Brix",
"version": "2.0",
"tag": "20121226",
"homepage": "https://github.com/etaoux/brix",
"author": {
"name": "etaoux",
"url": "http://ux.etao.com"
},
"repository": {
"type": "git",
"url": "git://github.com/etaoux/brix.git"
},
"bugs": {
"url": "https://github.com/etaoux/brix/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/etaoux/brix/blob/master/LICENSE.md"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-less": "~0.5.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0"
},
"keywords": [
"brix",
"brick",
"tmpler",
"pagelet",
"chunk"
],
"engines": {
"node": "*"
},
"main": "src/core"
}