-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.12 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.12 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
47
48
49
50
51
{
"name": "riot-views",
"version": "0.5.2",
"description": "Reusable Riot components.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/solid-interactive/riot-views.git"
},
"keywords": [
"riot",
"components"
],
"author": "Solid Interactive",
"license": "ISC",
"bugs": {
"url": "https://github.com/solid-interactive/riot-views/issues"
},
"homepage": "https://github.com/solid-interactive/riot-views#readme",
"dependencies": {
"bluebird": "^3.3.4",
"clamp-js": "^0.7.0",
"jade": "^1.11.0",
"listen-once": "^2.0.0",
"lodash": "^4.6.1",
"lodash.throttle": "^4.0.1",
"mobile-detective": "^1.0.0",
"node-sass": "^3.4.2",
"riot": "^2.2.4",
"riotify": "^0.1.2",
"velocity-animate": "^1.2.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-gh-pages": "^1.0.5",
"node-shell-runner": "^0.0.1"
},
"browserify": {
"transform": [
[
"riotify",
{
"template": "jade"
}
]
]
}
}