-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 758 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 758 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
{
"name": "@thomsbg/ractive-component-loader",
"version": "2.0.0",
"description": "ractive component loader module for webpack",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/thomsbg/ractive-component-loader.git"
},
"keywords": [
"webpack",
"loader",
"ractive",
"build"
],
"author": "Blake Thomson <thomsbg+npm@gmail.com>",
"license": "MIT",
"scripts": {
"test": "mocha"
},
"peerDependencies": {
"ractive": "0.x"
},
"devDependencies": {
"chai": "1.x",
"mocha": "1.x",
"ractive": "0.x"
},
"dependencies": {
"clean-css": "3.x",
"rcu": "0.x",
"tosource": "0.x"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}