-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.14 KB
/
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
{
"name": "lodestar-ractive",
"version": "1.1.2",
"description": "A combination of the LodestarJS-Router and RactiveJS in one place, presented as a framework.",
"jsnext:main": "src/main.js",
"main": "dist/lodestar-ractive.js",
"scripts": {
"start": "./node_modules/.bin/gobble",
"build": "rm -rf dist && ./node_modules/.bin/gobble build dist",
"lint": "node node_modules/eslint/bin/eslint src/",
"release": "sh ./scripts/release.sh"
},
"author": "danjford <forddj93@gmail.com>",
"license": "MIT",
"devDependencies": {
"cz-conventional-changelog": "^1.1.5",
"eslint": "^1.10.3",
"gobble": "^0.10.2",
"gobble-cli": "^0.6.0",
"gobble-eslint": "^0.1.0",
"gobble-rollup-babel": "^0.6.1",
"gobble-uglifyjs": "^0.2.1",
"rollup-plugin-commonjs": "^1.4.0"
},
"dependencies": {
"lodestar-router": "1.0.6",
"ractive": "0.7.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository" : {
"type" : "git",
"url" : "https://github.com/lodestarjs/lodestar-ractive"
},
"homepage": "http://lodestarjs.github.io/lodestar-ractive/"
}