-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
52
53
{
"name": "prototypo.js",
"version": "1.16.11",
"description": "parametric-glyph engine",
"dependencies": {
"antique.ptf": "byte-foundry/antique.ptf",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"deptree": "^0.1.0",
"if-loader": "^1.0.1",
"lodash.assign": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.filter": "^4.6.0",
"plumin.js": "^1.10.7"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.8.1",
"eslint-plugin-mocha": "^4.7.0",
"genese.ptf": "byte-foundry/genese.ptf",
"mocha": "^2.4.5",
"mocha-phantomjs": "latest",
"phantomjs-prebuilt": "^2.1.7",
"test.ptf": "byte-foundry/test.ptf#master",
"webpack": "^2.2.0-rc.3"
},
"engines": {
"node": ">=4.3.0"
},
"main": "src/prototypo.js",
"directories": {
"test": "test"
},
"scripts": {
"webpack": "webpack --devtool source-map",
"build": "BUILD_ENV=prod npm run webpack",
"build:watch": "BUILD_END=dev npm run webpack -- --watch",
"dist": "npm run lint && npm run build && npm test",
"lint": "eslint src/**.js test/**.js",
"test": "mocha-phantomjs test.html --setting webSecurityEnabled=false localToRemoteUrlAccessEnabled=true"
},
"repository": {
"type": "git",
"url": "https://github.com/byte-foundry/prototypo.js.git"
},
"author": "@louis_remi",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/byte-foundry/prototypo-js/issues"
}
}