forked from idno/known
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 976 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
{
"name": "Known",
"version": "1.3.1",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-sass": "^3.1.0",
"node-sass": "^4.12.0",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"grunt-babel": "^8.0.0",
"grunt-terser": "^0.1.0"
},
"dependencies": {
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.1"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/known"
},
"scripts": {
"postinstall": "opencollective-postinstall",
"grunt": "grunt"
}
}