-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 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
{
"name": "ic-droppable",
"version": "0.1.1",
"description": "Ember component mixin that wraps native drop events",
"main": "main.js",
"devDependencies": {
"testem": "^0.6.17",
"bower": "^1.3.8",
"rf-changelog": "0.0.2",
"rf-release": "^0.1.2",
"broccoli-cli": "0.0.1",
"broccoli": "^0.12.3",
"broccoli-dist-es6-module": "^0.2.0"
},
"scripts": {
"test": "echo 'TODO' && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/instructure/ic-styled.git"
},
"keywords": [
"ember",
"component",
"css"
],
"author": "Ryan Florence <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/instructure/ic-styled/issues"
},
"homepage": "https://github.com/instructure/ic-styled"
}