forked from SU-SWS/stanford_paragraph_types
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (29 loc) · 933 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
{
"name": "",
"version": "0.1.0",
"repository": "https://github.com/SU-SWS/stanford_paragraph_types",
"dependencies": {
"bourbon": "^5.0.0-beta.7",
"bourbon-neat": "^2.0.0",
"neat-omega": "^2.0.7",
"font-awesome": "~4.7.0",
"fastclick": "^1.0.6",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-available-tasks": "^0.6.3",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^1.0.1",
"grunt-drush": "^0.0.7",
"grunt-notify": "^0.4.3",
"grunt-sass": "^1.1.0",
"grunt-svgmin": "^3.1.2",
"decanter": "git://github.com/SU-SWS/decanter.git#master"
},
"description": "=========================== How to Use Grunt with Stanford Module Example ===========================",
"main": "Gruntfile.js",
"author": "",
"license": "MIT"
}