-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 916 Bytes
/
package.json
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
{
"name": "rvc",
"version": "0.6.0",
"description": "RequireJS plugin to load and optimise Ractive components",
"main": "dist/rvc.js",
"repository": {
"type": "git",
"url": "https://github.com/ractivejs/rvc.git"
},
"keywords": [
"requirejs",
"ractive",
"templating",
"templates",
"component",
"components"
],
"author": "Rich Harris",
"license": "MIT",
"devDependencies": {
"es6-promise": "^4.2.4",
"eslint": "^5.3.0",
"gobble": "^0.12.0",
"gobble-babel": "^6.0.0",
"gobble-cli": "^0.8.0",
"gobble-rollup-babel": "^0.6.1",
"mocha": "^5.2.0",
"rcu": "^0.11.0",
"requirejs": "^2.3.5",
"resolve": "^1.8.1",
"tosource": "~1.0.0"
},
"dependencies": {
"ractive": "^1.3.6"
},
"scripts": {
"build": "gobble build -f dist",
"test": "mocha",
"pretest": "npm run build",
"prepublish": "npm test"
}
}