-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 986 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
{
"name": "flask-materialize-pug",
"version": "1.0.0",
"description": "http://riotjs.com/ http://materializecss.com/ https://pugjs.org/ http://flask.pocoo.org/",
"main": "index.html",
"dependencies": {
"karma-riot": "^2.0.0"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jasmine-core": "^2.6.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-riot": "^2.0.0",
"mocha": "^3.4.2",
"phantomjs": "^2.1.7"
},
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/selten/flask-materialize-riot-pug.git"
},
"author": "Peter Selten",
"license": "ISC",
"bugs": {
"url": "https://github.com/selten/flask-materialize-riot-pug/issues"
},
"homepage": "https://github.com/selten/flask-materialize-riot-pug#readme"
}