2016-11-16 01:33:17 +01:00
|
|
|
{
|
|
|
|
"name": "svelte",
|
2016-11-17 06:20:38 +01:00
|
|
|
"version": "0.0.1",
|
2016-11-16 01:33:17 +01:00
|
|
|
"description": "The frameworkless UI framework",
|
|
|
|
"main": "dist/svelte-compiler.js",
|
|
|
|
"scripts": {
|
2016-11-17 00:10:47 +01:00
|
|
|
"test": "mocha --opts mocha.opts --recursive ./**/__test__.js test/test.js",
|
|
|
|
"lint": "eslint compiler"
|
2016-11-16 01:33:17 +01:00
|
|
|
},
|
|
|
|
"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": {
|
2016-11-17 00:10:47 +01:00
|
|
|
"eslint": "^3.10.2",
|
|
|
|
"eslint-plugin-import": "^2.2.0",
|
|
|
|
"jsdom": "^9.8.3",
|
2016-11-16 01:33:17 +01:00
|
|
|
"mocha": "^3.1.2",
|
|
|
|
"reify": "^0.4.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-11-17 06:20:38 +01:00
|
|
|
"acorn": "^4.0.3",
|
|
|
|
"deindent": "^0.1.0",
|
2016-11-16 01:33:17 +01:00
|
|
|
"locate-character": "^2.0.0"
|
|
|
|
}
|
|
|
|
}
|