forked from loawingr/read-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 882 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 882 Bytes
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": "read-js",
"description": "Detects if the user is reading the article",
"version": "1.1.7",
"main": "build/js/read.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-karma": "^2.0.0",
"jasmine-core": "^2.6.4",
"jquery": "^3.2.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs": "^2.1.7"
},
"repository": {
"type": "git",
"url": "https://github.com/loawingr/read-js.git"
},
"scripts": {
"test": "grunt test",
"build" : "grunt",
"prepare": "npm run build"
}
}