0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-24 16:29:46 +01:00
svelte/package.json
2016-11-16 18:10:47 -05:00

37 lines
848 B
JSON

{
"name": "svelte",
"version": "1.0.0",
"description": "The frameworkless UI framework",
"main": "dist/svelte-compiler.js",
"scripts": {
"test": "mocha --opts mocha.opts --recursive ./**/__test__.js test/test.js",
"lint": "eslint compiler"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Rich-Harris/svelte.git"
},
"keywords": [
"UI",
"framework",
"templates",
"templating"
],
"author": "Rich Harris",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/Rich-Harris/svelte/issues"
},
"homepage": "https://gitlab.com/Rich-Harris/svelte#README",
"devDependencies": {
"eslint": "^3.10.2",
"eslint-plugin-import": "^2.2.0",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"reify": "^0.4.0"
},
"dependencies": {
"locate-character": "^2.0.0"
}
}