-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "simspellstone",
"version": "1.0.0",
"description": "",
"main": "Gruntfile.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"devDependencies": {
"cypress": "^12.4.1",
"grunt": "^1.5.3",
"grunt-cache-bust": "^1.7.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"http-server": "^14.1.1",
"imagemin-mozjpeg": "^8.0.0",
"time-grunt": "^2.0.0"
},
"scripts": {
"cy:run": "cypress run",
"cy:run:ci": "npm run cy:run || npm run cy:record:failures",
"cy:record:failures": "cypress run --record",
"cy:open": "cypress open",
"test": "npm run cy:run",
"start": "http-server -o --cors -p 8080",
"grunt": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSench/SIMSpellstone.git"
},
"author": "Jon Senchyna",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheSench/SIMSpellstone/issues"
},
"homepage": "https://github.com/TheSench/SIMSpellstone#readme"
}