-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "riot-grunt-boilerplate",
"version": "0.1.0",
"description": "Grunt workflow boilerplate for SCSS and RiotJS",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damusix/riot-grunt-boilerplate.git"
},
"keywords": [
"riotjs",
"riot",
"grunt",
"biolerplate",
"scss",
"workflow"
],
"author": "Danilo Alonso",
"license": "MIT",
"bugs": {
"url": "https://github.com/damusix/riot-grunt-boilerplate/issues"
},
"homepage": "https://github.com/damusix/riot-grunt-boilerplate#readme",
"devDependencies": {
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babelify": "^7.3.0",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-riot": "^0.1.8",
"karma": "^1.4.1",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-riot": "^2.0.0",
"mocha": "^3.2.0",
"phantomjs-polyfill-object-assign": "0.0.2",
"riot": "^3.1.0",
"riot-route": "^3.1.0"
}
}